Uses of Enum Class
net.risingworld.api.ui.style.Overflow
Packages that use Overflow
-
Uses of Overflow in net.risingworld.api.ui.style
Fields in net.risingworld.api.ui.style with type parameters of type OverflowModifier and TypeFieldDescriptionStyle.overflow
Determines how a container behaves if its content overflows its own boxMethods in net.risingworld.api.ui.style that return OverflowModifier and TypeMethodDescriptionstatic Overflow
Overflow.get
(int ordinal) Gets an enum from the ordinal value.static Overflow
Returns the enum constant of this class with the specified name.static Overflow[]
Overflow.values()
Returns an array containing the constants of this enum class, in the order they are declared.