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.alignContentDetermines the alignment of the content on the cross axis if they spawn over multiple linesStyle.alignItemsDetermines the alignment of the children on the cross axisStyle.alignSelfSimilar toalignItems, but only for this specific elementMethods in net.risingworld.api.ui.style that return AlignModifier and TypeMethodDescriptionstatic AlignAlign.get(int ordinal) Gets an enum from the ordinal value.static AlignReturns 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.