Package | Description |
---|---|
com.thepattybeastlabs.core.gui |
Modifier and Type | Field and Description |
---|---|
protected ScrollBar.Orientation |
ScrollBar.orientation |
Modifier and Type | Method and Description |
---|---|
static ScrollBar.Orientation |
ScrollBar.Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScrollBar.Orientation[] |
ScrollBar.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ScrollBar(java.lang.String id,
float x,
float y,
ScrollBar.Orientation orientation,
int size) |