Package | Description |
---|---|
org.drombler.commons.client.geometry |
This package contains GUI toolkit agnostic geometry classes.
|
org.drombler.commons.docking.spi |
This package contains GUI toolkit agnostic classes for implementing a Docking Framework (SPI).
|
org.drombler.commons.fx.geometry |
Utility classes and extensions for the
javafx.geometry package. |
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Orientation |
SplitLevel.getOrientation()
Gets the orientation.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
OrientationUtils.getOrientation(Orientation orientation)
Gets the JavaFX orientation for the given
org.drombler.commons.client.geometry.Orientation . |
Copyright © 2012–2019 Drombler. All rights reserved.