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
|
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.
|
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