Uses of Enum Class
net.risingworld.api.ui.style.ScaleMode
Packages that use ScaleMode
-
Uses of ScaleMode in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style with type parameters of type ScaleModeModifier and TypeFieldDescriptionStyle.backgroundImageScaleMode
If an image is used, this determines how it's scaled inside the element boxMethods in net.risingworld.api.ui.style that return ScaleModeModifier and TypeMethodDescriptionstatic ScaleMode
ScaleMode.get
(int ordinal) Gets an enum from the ordinal value.static ScaleMode
Returns the enum constant of this class with the specified name.static ScaleMode[]
ScaleMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.