Uses of Class
org.cytoscape.view.vizmap.mappings.BoundaryRangeValues
-
Packages that use BoundaryRangeValues Package Description 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 Modifier and Type Method Description BoundaryRangeValues<V>
ContinuousMappingPoint. getRange()
Gets BoundaryRangeValues.Methods in org.cytoscape.view.vizmap.mappings with parameters of type BoundaryRangeValues Modifier and Type Method Description 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 Constructor Description BoundaryRangeValues(BoundaryRangeValues<T> original)
Creates a new BoundaryRangeValues object.ContinuousMappingPoint(K value, BoundaryRangeValues<V> range, ContinuousMapping<K,V> parentMapping, CyEventHelper eventHelper)
Constructor.
-