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.
|
long |
getNativePointer()
Gets the native pointer used by this class to make native method calls.
|
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
|
java.lang.String |
toString() |
int getMax()
void setMax(int max)
max
- the value to set int getMin()
void setMin(int min)
min
- the value to set void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()
long getNativePointer()
java.lang.String toString()
toString
in class java.lang.Object