Package | Description |
---|---|
jfxtras.scene.layout.responsivepane |
Modifier and Type | Method and Description |
---|---|
Orientation |
Layout.getOrientation() |
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 |
---|---|
ObjectProperty<Orientation> |
Layout.orientationProperty()
Orientation
|
Modifier and Type | Method and Description |
---|---|
void |
ResponsivePane.addLayout(Device device,
Orientation orientation,
Node root)
Convenience method for addLayout(Size, Orientation, Node)
|
void |
ResponsivePane.addLayout(Size sizeAtLeast,
Orientation orientation,
Node root)
Convenience method for getLayouts().add(new Layout(sizeAtLeast, orientation, root))
|
void |
ResponsivePane.addLayout(String device,
Orientation orientation,
Node root)
Convenience method for addLayout(Size, Orientation, Node)
|
void |
Layout.setOrientation(Orientation value) |
Layout |
Layout.withOrientation(Orientation value) |
Constructor and Description |
---|
Layout(Size sizeAtLeast,
Orientation orientation,
Node root) |