K
- Generic type of the attribute mapped.V
- Generic type of the VisualProperty used in this mapping.public interface ContinuousMapping<K,V> extends VisualMappingFunction<K,V>
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 | Field and Description |
---|---|
static String |
CONTINUOUS
A label string for this mapping.
|
Modifier and Type | Method and Description |
---|---|
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.
|
apply, getMappedValue, getMappingColumnName, getMappingColumnType, getVisualProperty
static final String CONTINUOUS
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.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.