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>
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>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getTranslatedValueType()
Returns compatible input data type.
|
T |
translate(V inputValue)
Convert input value to Visual Property value.
|
T translate(V inputValue)
inputValue
- table value of type V.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.