Package | Description |
---|---|
org.cytoscape.view.model |
Module for View Models and Visual Properties.
|
org.cytoscape.view.presentation.property |
Implementations of basic VisualProperty objects and VisualLexicons.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousRange<T>
Defines a continuous range of values for
VisualProperty s. |
class |
DiscreteRange<T>
Defines a discrete range of values for
VisualProperty s. |
Modifier and Type | Method and Description |
---|---|
Range<T> |
VisualProperty.getRange()
Returns the
Range of this VisualProperty. |
Range<T> |
AbstractVisualProperty.getRange() |
Constructor and Description |
---|
AbstractVisualProperty(T defaultValue,
Range<T> range,
String id,
String displayName,
Class<? extends CyIdentifiable> targetObjectDataType)
Constructor to set all immutable fields.
|
Modifier and Type | Field and Description |
---|---|
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 |
Constructor and Description |
---|
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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.