public interface Flippable
| Modifier and Type | Method and Description |
|---|---|
void |
flipHorizontally(boolean flipHorizontally)
Sets whether this pane should flip its items horizontally
|
void |
flipVertically(boolean flipVertically)
Sets whether this pane should flip its items vertically
|
boolean |
isFlippedHorizontally()
Gets whether this pane's items are flipped horizontally
|
boolean |
isFlippedVertically()
Gets whether this pane's items are flipped vertically
|
static void |
load(Flippable flippable,
Element element)
|
void flipHorizontally(boolean flipHorizontally)
flipHorizontally - whether the pane should flip items horizontallyvoid flipVertically(boolean flipVertically)
flipVertically - whether the pane should flip items vertically@Contract(pure=true) boolean isFlippedHorizontally()
@Contract(pure=true) boolean isFlippedVertically()
static void load(@NotNull
Flippable flippable,
@NotNull
Element element)
Flippable Pane for the specified pane. The mutable pane contains
the changes made.flippable - the flippable pane's elements to be appliedelement - the XML element for this paneCopyright © 2019. All rights reserved.