public abstract static class Main.ColorOptionHandler extends Main.SingleValueOptionHandler
| Constructor and Description |
|---|
Main.ColorOptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
handleOption(java.awt.Color color,
SVGConverter c) |
void |
handleOption(java.lang.String optionValue,
SVGConverter c) |
java.awt.Color |
parseARGB(java.lang.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.
|
getOptionValuesLength, safeHandleOptionhandleOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptionDescriptionpublic void handleOption(java.lang.String optionValue,
SVGConverter c)
handleOption in class Main.SingleValueOptionHandlerpublic abstract void handleOption(java.awt.Color color,
SVGConverter c)
public java.awt.Color parseARGB(java.lang.String argbVal)
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.