Package | Description |
---|---|
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
static Pos |
Pos.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pos[] |
Pos.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pos |
Labeled.getAlignment()
Gets the value of the property alignment.
|
Pos |
TextField.getAlignment()
Gets the value of the property alignment.
|
protected Pos |
Labeled.impl_cssGetAlignmentInitialValue()
Deprecated.
|
protected Pos |
RadioButton.impl_cssGetAlignmentInitialValue()
Deprecated.
|
protected Pos |
ToggleButton.impl_cssGetAlignmentInitialValue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Pos> |
Labeled.alignmentProperty()
Specifies how the text and graphic within the Labeled should be
aligned when there is empty space within the Labeled.
|
ObjectProperty<Pos> |
TextField.alignmentProperty()
Specifies how the text should be aligned when there is empty
space within the TextField.
|
Modifier and Type | Method and Description |
---|---|
void |
Labeled.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
TextField.setAlignment(Pos value)
Sets the value of the property alignment.
|
Modifier and Type | Method and Description |
---|---|
Pos |
FlowPane.getAlignment()
Gets the value of the property alignment.
|
Pos |
GridPane.getAlignment()
Gets the value of the property alignment.
|
Pos |
HBox.getAlignment()
Gets the value of the property alignment.
|
Pos |
StackPane.getAlignment()
Gets the value of the property alignment.
|
Pos |
TilePane.getAlignment()
Gets the value of the property alignment.
|
Pos |
VBox.getAlignment()
Gets the value of the property alignment.
|
static Pos |
BorderPane.getAlignment(Node child)
Returns the child's alignment constraint if set.
|
static Pos |
StackPane.getAlignment(Node child)
Returns the child's alignment constraint if set.
|
static Pos |
TilePane.getAlignment(Node node)
Returns the child's alignment constraint if set.
|
Pos |
TilePane.getTileAlignment()
Gets the value of the property tileAlignment.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Pos> |
FlowPane.alignmentProperty()
The overall alignment of the flowpane's content within its width and height.
|
ObjectProperty<Pos> |
GridPane.alignmentProperty()
The alignment of of the grid within the gridpane's width and height.
|
ObjectProperty<Pos> |
HBox.alignmentProperty()
The overall alignment of children within the hbox's width and height.
|
ObjectProperty<Pos> |
StackPane.alignmentProperty()
The default alignment of children within the stackpane's width and height.
|
ObjectProperty<Pos> |
TilePane.alignmentProperty()
The overall alignment of the tilepane's content within its width and height.
|
ObjectProperty<Pos> |
VBox.alignmentProperty()
The overall alignment of children within the vbox's width and height.
|
ObjectProperty<Pos> |
TilePane.tileAlignmentProperty()
The default alignment of each child within its tile.
|
Modifier and Type | Method and Description |
---|---|
static void |
BorderPane.setAlignment(Node child,
Pos value)
Sets the alignment for the child when contained by a border pane.
|
static void |
StackPane.setAlignment(Node child,
Pos value)
Sets the alignment for the child when contained by a stackpane.
|
static void |
TilePane.setAlignment(Node node,
Pos value)
Sets the alignment for the child when contained by a tilepane.
|
void |
FlowPane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
GridPane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
HBox.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
StackPane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
TilePane.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
VBox.setAlignment(Pos value)
Sets the value of the property alignment.
|
void |
TilePane.setTileAlignment(Pos value)
Sets the value of the property tileAlignment.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.