Public Types | |
enum | ORIENTATION { VERTICAL, HORIZONTAL } |
Public Member Functions | |
int | getMaximum () const |
void | setMaximum (int m) |
int | getMinimum () const |
void | setMinimum (int m) |
void | setValue (int v) |
int | getValue () const |
Protected Member Functions | |
void | setOrientation (int o) |
int | getOrientation () const |
|
Component orientation. |
|
Returns the maximum value in this range. |
|
Sets the maximum value in this range. |
|
Returns the minimum value in this range. |
|
Sets the minimum value in this range. |
|
Sets the current value for this Range. Note that the value is bounds checked with the range minimum and maximum values. |
|
Returns the current value for this Range. |
|
Sets the orientation of this Range. Can either be HORIZONTAL or VERTICAL. |
|
Returns the orientation of this Range. |