Uses of Enum Class
net.risingworld.api.ui.style.WhiteSpace
Packages that use WhiteSpace
-
Uses of WhiteSpace in net.risingworld.api.ui.style
Subclasses with type arguments of type WhiteSpace in net.risingworld.api.ui.styleFields in net.risingworld.api.ui.style with type parameters of type WhiteSpaceModifier and TypeFieldDescriptionfinal StyleEnum<WhiteSpace> Style.whiteSpaceDetermines word wrap over multiple lines if there is not enough space to display the textMethods in net.risingworld.api.ui.style that return WhiteSpaceModifier and TypeMethodDescriptionstatic WhiteSpaceWhiteSpace.get(int ordinal) Gets an enum from the ordinal value.static WhiteSpaceReturns the enum constant of this class with the specified name.static WhiteSpace[]WhiteSpace.values()Returns an array containing the constants of this enum class, in the order they are declared.