|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- Generic type of the attribute mapped.V
- Generic type of the VisualProperty used in this mapping.public interface ContinuousMapping<K,V>
An interface describing a continuous mapping from attribute value to visual property.
Field Summary | |
---|---|
static String |
CONTINUOUS
A label string for this mapping. |
Method Summary | |
---|---|
void |
addPoint(K value,
BoundaryRangeValues<V> brv)
Adds a New Data Point. |
List<ContinuousMappingPoint<K,V>> |
getAllPoints()
Gets all Data Points. |
ContinuousMappingPoint<K,V> |
getPoint(int index)
Gets Specified Point. |
int |
getPointCount()
Gets Total Point Count. |
void |
removePoint(int index)
Removes a Point from the List. |
Methods inherited from interface org.cytoscape.view.vizmap.VisualMappingFunction |
---|
apply, getMappingColumnName, getMappingColumnType, getMappingTable, getVisualProperty |
Field Detail |
---|
static final String CONTINUOUS
Method Detail |
---|
List<ContinuousMappingPoint<K,V>> getAllPoints()
void addPoint(K value, BoundaryRangeValues<V> brv)
void removePoint(int index)
index
- The index of the Point to remove.int getPointCount()
ContinuousMappingPoint<K,V> getPoint(int index)
index
- Index Value.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |