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