viewtify.ui.helper
AlignmentHelper
<Self
>
Self
>Self
AlignmentHelper
The 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.Pos
position
)
Self
javafx.geometry.Pos
position
)javafx.geometry.Pos position |
The position to set for alignment. |
Self |
The implementing class instance for method chaining. |
Sets the alignment property.
orientation
(javafx.geometry.Orientation
orientation
)
Self
javafx.geometry.Orientation
orientation
)javafx.geometry.Orientation orientation |
The orientation to set. |
Self |
The implementing class instance for method chaining. |
Sets the orientation property.
horizontalSpace
(double
gap
)
Self
double
gap
)double gap |
The horizontal gap to set. |
Self |
The implementing class instance for method chaining. |
Sets the horizontal gap property.
verticalSpace
(double
gap
)
Self
double
gap
)double gap |
The vertical gap to set. |
Self |
The implementing class instance for method chaining. |
Sets the vertical gap property.