Uses of Enum Class
net.risingworld.api.ui.style.Wrap
Packages that use Wrap
-
Uses of Wrap in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style with type parameters of type WrapModifier and TypeFieldDescriptionStyle.flexWrap
Determines placement of children over multiple lines if there is not enough space in this containerMethods in net.risingworld.api.ui.style that return WrapModifier and TypeMethodDescriptionstatic Wrap
Wrap.get
(int ordinal) Gets an enum from the ordinal value.static Wrap
Returns the enum constant of this class with the specified name.static Wrap[]
Wrap.values()
Returns an array containing the constants of this enum class, in the order they are declared.