Main.AbstractOptionHandler, Main.ColorOptionHandler, Main.FloatOptionHandler, Main.NoValueOptionHandler, Main.RectangleOptionHandler, Main.SingleValueOptionHandler, Main.TimeOptionHandlerpublic static interface Main.OptionHandler
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getOptionDescription() |
Returns the description for this option
|
int |
getOptionValuesLength() |
Returns the number of values which the option handler requires.
|
void |
handleOption(java.lang.String[] optionValues,
SVGConverter c) |
The OptionHandler should configure the SVGConverter
according to the value of the option.
|
void handleOption(java.lang.String[] optionValues,
SVGConverter c)
int getOptionValuesLength()
java.lang.String getOptionDescription()