Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.view.vizmap.mappings.BoundaryRangeValues

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.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.