Uses of Interface
org.cytoscape.view.model.Range
Packages that use 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
Classes in org.cytoscape.view.model that implement RangeModifier and TypeClassDescriptionclassDefines a continuous range of values forVisualPropertys.classDefines a discrete range of values forVisualPropertys.Methods in org.cytoscape.view.model that return RangeModifier and TypeMethodDescriptionAbstractVisualProperty.getRange()VisualProperty.getRange()Returns theRangeof this VisualProperty.Constructors in org.cytoscape.view.model with parameters of type RangeModifierConstructorDescriptionAbstractVisualProperty(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
Fields in org.cytoscape.view.presentation.property declared as RangeModifier and TypeFieldDescriptionAbstractVisualLexicon.ANGLE_DOUBLE_RANGEAbstractVisualLexicon.ARBITRARY_DOUBLE_RANGEAbstractVisualLexicon.ARBITRARY_STRING_RANGEAbstractVisualLexicon.NONE_ZERO_POSITIVE_DOUBLE_RANGEAbstractVisualLexicon.PAINT_RANGEConstructors in org.cytoscape.view.presentation.property with parameters of type RangeModifierConstructorDescriptionDoubleVisualProperty(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
Fields in org.cytoscape.view.presentation.property.table declared as RangeModifier and TypeFieldDescriptionprotected static final Range<CellFormat>CellFormatVisualProperty.FORMAT_RANGE