Uses of Class
org.cytoscape.view.vizmap.mappings.BoundaryRangeValues
Packages that use BoundaryRangeValues
Package
Description
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 BoundaryRangeValuesMethods in org.cytoscape.view.vizmap.mappings with parameters of type BoundaryRangeValuesModifier and TypeMethodDescriptionvoidContinuousMapping.addPoint(K value, BoundaryRangeValues<V> brv)Adds a New Data Point.voidContinuousMappingPoint.setRange(BoundaryRangeValues<V> range)Sets BoundaryRangeValues.Constructors in org.cytoscape.view.vizmap.mappings with parameters of type BoundaryRangeValuesModifierConstructorDescriptionBoundaryRangeValues(BoundaryRangeValues<T> original)Creates a new BoundaryRangeValues object.ContinuousMappingPoint(K value, BoundaryRangeValues<V> range, ContinuousMapping<K,V> parentMapping, CyEventHelper eventHelper)Constructor.