public interface Range
Modifier and Type | Method and Description |
---|---|
int |
getMax()
Gets the higher value of the range.
|
int |
getMin()
Gets the lower value of the range.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setMax(int max)
Sets the higher value of the range.
|
void |
setMin(int min)
Sets the lower value of the range.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
int getMax()
void setMax(int max)
int getMin()
void setMin(int min)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()