|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The generic type of this Range.public interface Range<T>
Defines a range of values for VisualProperty
s.
Method Summary | |
---|---|
Class<T> |
getType()
Type of object used in this range. |
boolean |
inRange(T value)
Return true if the given value is in the range defined in this class. |
boolean |
isDiscrete()
If this range is a set of discrete values, return true. |
Method Detail |
---|
Class<T> getType()
boolean isDiscrete()
boolean inRange(T value)
value
- any value to be tested.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |