org.apache.batik.apps.rasterizer
public abstract static class Main.ColorOptionHandler extends Main.SingleValueOptionHandler
| Method Summary | |
|---|---|
| void | handleOption(String optionValue, SVGConverter c) |
| abstract void | handleOption(Color color, SVGConverter c) |
| Color | parseARGB(String argbVal)
Parse the input value, which should be in the following
format: a.r.g.b where a, r, g and b are integer values,
in decimal notation, between 0 and 255. |
Returns: the parsed color if successful. null otherwise.