Uses of Enum Class
io.github.tonywasher.joceanus.tethys.api.base.TethysUIAlignment
Packages that use TethysUIAlignment
Package
Description
Base API.
Control API.
Pane API.
-
Uses of TethysUIAlignment in io.github.tonywasher.joceanus.tethys.api.base
Methods in io.github.tonywasher.joceanus.tethys.api.base that return TethysUIAlignmentModifier and TypeMethodDescriptionstatic TethysUIAlignmentReturns the enum constant of this class with the specified name.static TethysUIAlignment[]TethysUIAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TethysUIAlignment in io.github.tonywasher.joceanus.tethys.api.control
Methods in io.github.tonywasher.joceanus.tethys.api.control with parameters of type TethysUIAlignmentModifier and TypeMethodDescriptionvoidTethysUILabel.setAlignment(TethysUIAlignment pAlign) Set Alignment. -
Uses of TethysUIAlignment in io.github.tonywasher.joceanus.tethys.api.pane
Methods in io.github.tonywasher.joceanus.tethys.api.pane with parameters of type TethysUIAlignmentModifier and TypeMethodDescriptionvoidTethysUIGridPaneManager.setCellAlignment(TethysUIComponent pNode, TethysUIAlignment pAlign) Set cell alignment.