| Modifier and Type | Method and Description |
|---|---|
Pane.Priority |
Pane.getPriority()
Returns the priority of the pane
|
static Pane.Priority |
Pane.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pane.Priority[] |
Pane.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pane.setPriority(Pane.Priority priority)
Sets the priority of this pane
|
| Constructor and Description |
|---|
MasonryPane(int x,
int y,
int length,
int height,
Pane.Priority priority) |
OutlinePane(int x,
int y,
int length,
int height,
Pane.Priority priority) |
PaginatedPane(int x,
int y,
int length,
int height,
Pane.Priority priority) |
Pane(int x,
int y,
int length,
int height,
Pane.Priority priority)
Constructs a new default pane
|
StaticPane(int x,
int y,
int length,
int height,
Pane.Priority priority) |
| Constructor and Description |
|---|
CycleButton(int x,
int y,
int length,
int height,
Pane.Priority priority) |
Label(int x,
int y,
int length,
int height,
Pane.Priority priority,
Font font)
Creates a new label
|
PercentageBar(int x,
int y,
int length,
int height,
Pane.Priority priority) |
Slider(int x,
int y,
int length,
int height,
Pane.Priority priority) |
ToggleButton(int x,
int y,
int length,
int height,
Pane.Priority priority) |
| Constructor and Description |
|---|
VariableBar(int x,
int y,
int length,
int height,
Pane.Priority priority) |
Copyright © 2019. All rights reserved.