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.overflowDetermines how a container behaves if its content overflows its own boxMethods in net.risingworld.api.ui.style that return OverflowModifier and TypeMethodDescriptionstatic OverflowOverflow.get(int ordinal) Gets an enum from the ordinal value.static OverflowReturns 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.