Uses of Interface
org.cytoscape.view.model.Range
Package
Description
Module for View Models and Visual Properties.
Implementations of basic VisualProperty objects and VisualLexicons.
-
Uses of Range in org.cytoscape.view.model
Modifier and TypeClassDescriptionclass
Defines a continuous range of values forVisualProperty
s.class
Defines a discrete range of values forVisualProperty
s.Modifier and TypeMethodDescriptionAbstractVisualProperty.getRange()
VisualProperty.getRange()
Returns theRange
of this VisualProperty.ModifierConstructorDescriptionAbstractVisualProperty
(T defaultValue, Range<T> range, String id, String displayName, Class<? extends CyIdentifiable> targetObjectDataType) Constructor to set all immutable fields. -
Uses of Range in org.cytoscape.view.presentation.property
Modifier and TypeFieldDescriptionAbstractVisualLexicon.ANGLE_DOUBLE_RANGE
AbstractVisualLexicon.ARBITRARY_DOUBLE_RANGE
AbstractVisualLexicon.ARBITRARY_STRING_RANGE
AbstractVisualLexicon.NONE_ZERO_POSITIVE_DOUBLE_RANGE
AbstractVisualLexicon.PAINT_RANGE
ModifierConstructorDescriptionDoubleVisualProperty
(Double def, Range<Double> range, String id, String displayName, boolean ignoreDefault, Class<? extends CyIdentifiable> modelDataType) Constructor.DoubleVisualProperty
(Double def, Range<Double> range, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor.IntegerVisualProperty
(Integer def, Range<Integer> range, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor.PaintVisualProperty
(Paint def, Range<Paint> range, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor.StringVisualProperty
(String def, Range<String> range, String id, String displayName, boolean ignoreDefault, Class<? extends CyIdentifiable> modelDataType) Constructor.StringVisualProperty
(String def, Range<String> range, String id, String displayName, Class<? extends CyIdentifiable> modelDataType) Constructor. -
Uses of Range in org.cytoscape.view.presentation.property.table
Modifier and TypeFieldDescriptionprotected static final Range<CellFormat>
CellFormatVisualProperty.FORMAT_RANGE