Main.OptionHandlerMain.ColorOptionHandler, Main.FloatOptionHandler, Main.RectangleOptionHandlerpublic abstract static class Main.SingleValueOptionHandler extends Main.AbstractOptionHandler
| Constructor | Description |
|---|---|
SingleValueOptionHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getOptionValuesLength() |
Returns the number of values which the option handler requires.
|
abstract void |
handleOption(java.lang.String optionValue,
SVGConverter c) |
|
void |
safeHandleOption(java.lang.String[] optionValues,
SVGConverter c) |
handleOptiongetOptionDescriptionpublic void safeHandleOption(java.lang.String[] optionValues,
SVGConverter c)
safeHandleOption in class Main.AbstractOptionHandlerpublic int getOptionValuesLength()
Main.OptionHandlerpublic abstract void handleOption(java.lang.String optionValue,
SVGConverter c)