public interface Orientable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Orientable.Orientation
An orientation for outline panes
|
| Modifier and Type | Method and Description |
|---|---|
Orientable.Orientation |
getOrientation()
Gets the orientation of this outline pane
|
static void |
load(Orientable orientable,
Element element)
Loads all elements regarding a
Orientable Pane for the specified pane. |
void |
setOrientation(Orientable.Orientation orientation)
Sets the orientation of this outline pane
|
@NotNull @Contract(pure=true) Orientable.Orientation getOrientation()
void setOrientation(@NotNull
Orientable.Orientation orientation)
orientation - the new orientationstatic void load(@NotNull
Orientable orientable,
@NotNull
Element element)
Orientable Pane for the specified pane. The mutable pane contains
the changes made.orientable - the orientable pane's elements to be appliedelement - the XML element for this paneCopyright © 2019. All rights reserved.