Package | Description |
---|---|
org.cytoscape.view.vizmap.mappings |
APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping.
|
Modifier and Type | Method and Description |
---|---|
BoundaryRangeValues<V> |
ContinuousMappingPoint.getRange()
Gets BoundaryRangeValues.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuousMapping.addPoint(K value,
BoundaryRangeValues<V> brv)
Adds a New Data Point.
|
void |
ContinuousMappingPoint.setRange(BoundaryRangeValues<V> range)
Sets BoundaryRangeValues.
|
Constructor and Description |
---|
BoundaryRangeValues(BoundaryRangeValues<T> original)
Creates a new BoundaryRangeValues object.
|
ContinuousMappingPoint(K value,
BoundaryRangeValues<V> range,
ContinuousMapping<K,V> parentMapping,
CyEventHelper eventHelper)
Constructor.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.