Package org.cytoscape.view.vizmap.mappings
package org.cytoscape.view.vizmap.mappings
APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping.
-
ClassDescriptionA base class for visual mapping functions where all fields are immutable.This class defines a data object representing the range values associated with a particular domain value, called a boundary value.ContinuousMapping<K,
V> An interface describing a continuous mapping from attribute value to visual property.Encapsulates a ContinuousMapping Point with a single point value and associatedBoundaryRangeValues
.DiscreteMapping<K,V> An interface describing a discrete mapping from attribute value to visual property.PassthroughMapping<K,V> An interface describing a passthrough or identity mapping from attribute value to visual property.ValueTranslator<V,T> Translate given table value to a Visual Property value.