org.apache.batik.apps.rasterizer
public static interface Main.OptionHandler
| Method Summary | |
|---|---|
| String | getOptionDescription()
Returns the description for this option |
| int | getOptionValuesLength()
Returns the number of values which the option handler requires.
|
| void | handleOption(String[] optionValues, SVGConverter c)
The OptionHandler should configure the SVGConverter
according to the value of the option.
|