Uses of Class
weka.gui.scripting.SyntaxDocument.ATTR_TYPE

Packages that use SyntaxDocument.ATTR_TYPE
weka.gui.scripting   
 

Uses of SyntaxDocument.ATTR_TYPE in weka.gui.scripting
 

Methods in weka.gui.scripting that return SyntaxDocument.ATTR_TYPE
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 weka.gui.scripting with parameters of type SyntaxDocument.ATTR_TYPE
 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.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.