public class SVGUtilities
extends java.lang.Object
Constructor and Description |
---|
SVGUtilities() |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator |
colorNames()
Get an iterator over the known color names
|
static java.awt.Color |
getColor(java.lang.String name)
Given a string representing a color, return a color that
represents it.
|
static double[] |
parseCoordString(java.lang.String s)
Parse a string of numbers into an array of double.
|
static java.util.Map |
parseStyleString(java.lang.String style)
Given a style string, parse it into a map of elements.
|
public static java.util.Iterator colorNames()
public static java.awt.Color getColor(java.lang.String name)
public static java.util.Map parseStyleString(java.lang.String style)
public static double[] parseCoordString(java.lang.String s)
FIXME this is not correct