Uses of Class
org.cytoscape.view.vizmap.mappings.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
Modifier and TypeMethodDescriptionvoid
ContinuousMapping.addPoint(K value, BoundaryRangeValues<V> brv)
Adds a New Data Point.void
ContinuousMappingPoint.setRange(BoundaryRangeValues<V> range)
Sets BoundaryRangeValues.ModifierConstructorDescriptionBoundaryRangeValues(BoundaryRangeValues<T> original)
Creates a new BoundaryRangeValues object.ContinuousMappingPoint(K value, BoundaryRangeValues<V> range, ContinuousMapping<K,V> parentMapping, CyEventHelper eventHelper)
Constructor.