viewtify.ui.helper
AlignmentHelper<Self>
Self>SelfAlignmentHelperThe type of the implementing class, enabling method chaining.
An interface providing methods to set alignment, orientation, horizontal gap, and vertical gap properties.
alignment(javafx.geometry.Posposition)Self
javafx.geometry.Posposition)javafx.geometry.Posposition |
The position to set for alignment. |
Self |
The implementing class instance for method chaining. |
Sets the alignment property.
orientation(javafx.geometry.Orientationorientation)Self
javafx.geometry.Orientationorientation)javafx.geometry.Orientationorientation |
The orientation to set. |
Self |
The implementing class instance for method chaining. |
Sets the orientation property.
horizontalSpace(doublegap)Self
doublegap)doublegap |
The horizontal gap to set. |
Self |
The implementing class instance for method chaining. |
Sets the horizontal gap property.
verticalSpace(doublegap)Self
doublegap)doublegap |
The vertical gap to set. |
Self |
The implementing class instance for method chaining. |
Sets the vertical gap property.