|
Cytoscape 3.1.1 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 VisualPropertys.
Module: viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
</dependency>| 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.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||