|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.gui.visualize.VisualizeUtils
This class contains utility routines for visualization
Field Summary | |
protected static int |
MAX_PRECISION
Default maximum precision for the display of numeric values |
protected static String |
PROPERTY_FILE
The name of the properties file |
protected static Properties |
VISUALIZE_PROPERTIES
Contains the visualization properties |
Constructor Summary | |
VisualizeUtils()
|
Method Summary | |
protected static Color |
processColour(String colourDef,
Color defaultColour)
Parses a string containing either a named colour or r,g,b values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static String PROPERTY_FILE
protected static Properties VISUALIZE_PROPERTIES
protected static int MAX_PRECISION
Constructor Detail |
public VisualizeUtils()
Method Detail |
protected static Color processColour(String colourDef, Color defaultColour)
colourDef
- the string containing the named colour (or r,g,b)defaultColour
- the colour to return if parsing fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |