|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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.
Module: vizmap-gui-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-gui-api</artifactId>
</dependency>| 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.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||