public class VisualizeUtils
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VisualizeUtils.VisualizeDefaults
Defaults for the 2D scatter plot and attribute bars
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PRECISION
Default maximum precision for the display of numeric values
|
protected static java.lang.String |
PROPERTY_FILE
The name of the properties file
|
protected static java.util.Properties |
VISUALIZE_PROPERTIES
Contains the visualization properties
|
| Constructor and Description |
|---|
VisualizeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Color |
processColour(java.lang.String colourDef,
java.awt.Color defaultColour)
Parses a string containing either a named colour or r,g,b values.
|
protected static java.lang.String PROPERTY_FILE
protected static java.util.Properties VISUALIZE_PROPERTIES
public static int MAX_PRECISION
public static java.awt.Color processColour(java.lang.String colourDef,
java.awt.Color defaultColour)
colourDef - the string containing the named colour (or r,g,b)defaultColour - the colour to return if parsing fails