viewtify

viewtify.ui.helper

AlignmentHelper<Self>

  • SelfAlignmentHelper

    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.Posposition)Self

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

The orientation to set.

Self

The implementing class instance for method chaining.

Sets the orientation property.

horizontalSpace(doublegap)Self

doublegap

The horizontal gap to set.

Self

The implementing class instance for method chaining.

Sets the horizontal gap property.

verticalSpace(doublegap)Self

doublegap

The vertical gap to set.

Self

The implementing class instance for method chaining.

Sets the vertical gap property.