|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
V
- the type of the Visual Property.public interface DiscreteMappingGenerator<V>
Generates Discrete mapping for a set of attribute values and a Visual Property.
Method Summary | ||
---|---|---|
|
generateMap(Set<T> attributeSet)
For a given set of attribute values, create discrete mapping. |
|
Class<V> |
getDataType()
Returns the type of the visual property. |
Method Detail |
---|
<T> Map<T,V> generateMap(Set<T> attributeSet)
T
- the type of the attribute values.attributeSet
- the set of attribute values.
Class<V> getDataType()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |