|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - Data type of the column used for mappingT - Type of Visual Property range value. Such as Color, Number, String.public interface ValueTranslator<V,T>
Translate given table value to a Visual Property value. This will be used by Passthrough Mapping.
Module: vizmap-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-api</artifactId>
</dependency>| Method Summary | |
|---|---|
Class<T> |
getTranslatedValueType()
Returns compatible input data type. |
T |
translate(V inputValue)
Convert input value to Visual Property value. |
| Method Detail |
|---|
T translate(V inputValue)
inputValue - table value of type V.
Class<T> getTranslatedValueType()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||