Uses of Enum Class
weka.gui.scripting.SyntaxDocument.ATTR_TYPE
Packages that use SyntaxDocument.ATTR_TYPE
-
Uses of SyntaxDocument.ATTR_TYPE in weka.gui.scripting
Methods in weka.gui.scripting that return SyntaxDocument.ATTR_TYPEModifier and TypeMethodDescriptionstatic SyntaxDocument.ATTR_TYPEReturns the enum constant of this class with the specified name.static SyntaxDocument.ATTR_TYPE[]SyntaxDocument.ATTR_TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.gui.scripting with parameters of type SyntaxDocument.ATTR_TYPEModifier and TypeMethodDescriptionvoidSyntaxDocument.setAttributeColor(SyntaxDocument.ATTR_TYPE attr, Color c) Sets the foreground (font) color of the specified attribute.voidSyntaxDocument.setAttributeFont(SyntaxDocument.ATTR_TYPE attr, int style) Sets the font of the specified attribute.