|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
---|---|
org.cytoscape.view.model | Module for View Models and Visual Properties. |
org.cytoscape.view.presentation.property | Implementations of basic VisualProperty objects and VisualLexicons. |
Uses of Range in org.cytoscape.view.model |
---|
Classes in org.cytoscape.view.model that implement Range | |
---|---|
class |
ContinuousRange<T>
Defines a continuous range of values for VisualProperty s. |
class |
DiscreteRange<T>
Defines a discrete range of values for VisualProperty s. |
Methods in org.cytoscape.view.model that return Range | |
---|---|
Range<T> |
VisualProperty.getRange()
Returns the Range of this VisualProperty. |
Range<T> |
AbstractVisualProperty.getRange()
|
Constructors in org.cytoscape.view.model with parameters of type Range | |
---|---|
AbstractVisualProperty(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 Range | |
---|---|
protected static Range<Double> |
BasicVisualLexicon.ARBITRARY_DOUBLE_RANGE
|
protected static Range<String> |
BasicVisualLexicon.ARBITRARY_STRING_RANGE
|
protected static Range<Double> |
BasicVisualLexicon.NONE_ZERO_POSITIVE_DOUBLE_RANGE
|
protected static Range<Paint> |
BasicVisualLexicon.PAINT_RANGE
|
Constructors in org.cytoscape.view.presentation.property with parameters of type Range | |
---|---|
DoubleVisualProperty(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. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |