|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoundaryRangeValues | |
|---|---|
| org.cytoscape.view.vizmap.mappings | APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping. |
| Uses of BoundaryRangeValues in org.cytoscape.view.vizmap.mappings |
|---|
| Methods in org.cytoscape.view.vizmap.mappings that return BoundaryRangeValues | |
|---|---|
BoundaryRangeValues<V> |
ContinuousMappingPoint.getRange()
Gets BoundaryRangeValues. |
| Methods in org.cytoscape.view.vizmap.mappings with parameters of type BoundaryRangeValues | |
|---|---|
void |
ContinuousMapping.addPoint(K value,
BoundaryRangeValues<V> brv)
Adds a New Data Point. |
void |
ContinuousMappingPoint.setRange(BoundaryRangeValues<V> range)
Sets BoundaryRangeValues. |
| Constructors in org.cytoscape.view.vizmap.mappings with parameters of type BoundaryRangeValues | |
|---|---|
BoundaryRangeValues(BoundaryRangeValues<T> original)
Creates a new BoundaryRangeValues object. |
|
ContinuousMappingPoint(K value,
BoundaryRangeValues<V> range,
ContinuousMapping<K,V> parentMapping,
CyEventHelper eventHelper)
Constructor. |
|
|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||