Uses of Enum Class
mars.venus.EditorFont.Style
Packages that use EditorFont.Style
-
Uses of EditorFont.Style in mars.venus
Fields in mars.venus declared as EditorFont.StyleMethods in mars.venus that return EditorFont.StyleModifier and TypeMethodDescriptionstatic EditorFont.Style
EditorFont.getStyle
(int flags) Given an int field of flags that represents a font style from theFont
class, returns the correspondingEditorFont.Style
.static EditorFont.Style
Given the name of a font style, returns the correspondingEditorFont.Style
.static EditorFont.Style
Returns the enum constant of this class with the specified name.static EditorFont.Style[]
EditorFont.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.