|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use cytoscape.visual.mappings | |
---|---|
cytoscape.visual | Framework for generalized mappings from graph attributes to visual attributes. |
cytoscape.visual.calculators | Objects that calculate from the data attributes the value for one visual attribute, such as color, shape, or size. |
cytoscape.visual.mappings | The Mappings are used by Calculators to map graph attributes to visual attribute values. |
cytoscape.visual.mappings.continuous | Mappings from a continuous numerical input to a particular visual attribute. |
cytoscape.visual.mappings.discrete | Mappings from a discrete-valued input to a particular visual attribute. |
cytoscape.visual.mappings.rangecalculators | |
cytoscape.visual.ui | Top-level UI components for the cytoscape.visual package. |
cytoscape.visual.ui.editors.continuous |
Classes in cytoscape.visual.mappings used by cytoscape.visual | |
---|---|
RangeValueCalculatorFactory
|
Classes in cytoscape.visual.mappings used by cytoscape.visual.calculators | |
---|---|
ObjectMapping
Mappings should implement this interface. |
Classes in cytoscape.visual.mappings used by cytoscape.visual.mappings | |
---|---|
AbstractMapping
|
|
BoundaryRangeValues
This class defines a data object representing the range values associated with a particular domain value, called a boundary value. |
|
Interpolator
This interface defines an interpolation function that takes two pairs of (domain,range) values plus a target domain value, and calculates an associated range value via some kind of interpolation. |
|
LinearNumberInterpolator
This subclass of NumberInterpolator further assumes a linear interpolation, and calculates the fractional distance of the target domain value from the lower boundary value for the convenience of subclasses. |
|
MappingManager
|
|
MappingType
Defines visual mapping types. |
|
NumberInterpolator
This partial implementation of Interpolator assumes that the domain values are some kind of number, and extracts the values into ordinary doubles for the convenience of subclasses. |
|
ObjectMapping
Mappings should implement this interface. |
|
RangeValueCalculator
|
|
RangeValueCalculatorFactory
|
Classes in cytoscape.visual.mappings used by cytoscape.visual.mappings.continuous | |
---|---|
BoundaryRangeValues
This class defines a data object representing the range values associated with a particular domain value, called a boundary value. |
|
ContinuousMapping
Implements an interpolation table mapping data to values of a particular class. |
|
Interpolator
This interface defines an interpolation function that takes two pairs of (domain,range) values plus a target domain value, and calculates an associated range value via some kind of interpolation. |
Classes in cytoscape.visual.mappings used by cytoscape.visual.mappings.discrete | |
---|---|
DiscreteMapping
Implements a lookup table mapping data to values of a particular class. |
Classes in cytoscape.visual.mappings used by cytoscape.visual.mappings.rangecalculators | |
---|---|
RangeValueCalculator
|
Classes in cytoscape.visual.mappings used by cytoscape.visual.ui | |
---|---|
ObjectMapping
Mappings should implement this interface. |
Classes in cytoscape.visual.mappings used by cytoscape.visual.ui.editors.continuous | |
---|---|
ContinuousMapping
Implements an interpolation table mapping data to values of a particular class. |
|
Cytoscape 2.8.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |