Uses of Enum Class
net.risingworld.api.ui.style.StyleKeyword
Packages that use StyleKeyword
-
Uses of StyleKeyword in net.risingworld.api.ui.style
Methods in net.risingworld.api.ui.style that return StyleKeywordModifier and TypeMethodDescriptionstatic StyleKeywordStyleKeyword.get(int ordinal) Gets an enum from the ordinal value.StyleEnum.getKeyword()StyleFloat.getKeyword()StyleImage.getKeyword()StyleLength.getKeyword()StyleScale.getKeyword()StyleTransformOrigin.getKeyword()StyleTranslate.getKeyword()static StyleKeywordReturns the enum constant of this class with the specified name.static StyleKeyword[]StyleKeyword.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.risingworld.api.ui.style with parameters of type StyleKeywordModifier and TypeMethodDescriptionvoidStyleColor.set(StyleKeyword keyword) voidStyleEnum.set(StyleKeyword keyword) voidStyleFloat.set(StyleKeyword keyword) voidStyleImage.set(StyleKeyword keyword) voidStyleLength.set(StyleKeyword keyword) voidStyleScale.set(StyleKeyword keyword) voidStyleTransformOrigin.set(StyleKeyword keyword) voidStyleTranslate.set(StyleKeyword keyword)