Uses of Class
adams.gui.scripting.SyntaxDocument.ATTR_TYPE
-
Packages that use SyntaxDocument.ATTR_TYPE Package Description adams.gui.scripting -
-
Uses of SyntaxDocument.ATTR_TYPE in adams.gui.scripting
Methods in adams.gui.scripting that return SyntaxDocument.ATTR_TYPE Modifier and Type Method Description static SyntaxDocument.ATTR_TYPE
SyntaxDocument.ATTR_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static SyntaxDocument.ATTR_TYPE[]
SyntaxDocument.ATTR_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.gui.scripting with parameters of type SyntaxDocument.ATTR_TYPE Modifier and Type Method Description void
SyntaxDocument. setAttributeColor(SyntaxDocument.ATTR_TYPE attr, Color c)
Sets the foreground (font) color of the specified attribute.void
SyntaxDocument. setAttributeFont(SyntaxDocument.ATTR_TYPE attr, int style)
Sets the font of the specified attribute.
-