Uses of Enum Class
net.risingworld.api.ui.style.Align
Packages that use Align
-
Uses of Align in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style with type parameters of type AlignModifier and TypeFieldDescriptionStyle.alignContent
Determines the alignment of the content on the cross axis if they spawn over multiple linesStyle.alignItems
Determines the alignment of the children on the cross axisStyle.alignSelf
Similar toalignItems
, but only for this specific elementMethods in net.risingworld.api.ui.style that return AlignModifier and TypeMethodDescriptionstatic Align
Align.get
(int ordinal) Gets an enum from the ordinal value.static Align
Returns the enum constant of this class with the specified name.static Align[]
Align.values()
Returns an array containing the constants of this enum class, in the order they are declared.