org.apache.batik.apps.rasterizer
public abstract static class Main.AbstractOptionHandler extends Object implements Main.OptionHandler
| Constructor and Description |
|---|
Main.AbstractOptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleOption(String[] optionValues,
SVGConverter c)
The OptionHandler should configure the SVGConverter
according to the value of the option.
|
abstract void |
safeHandleOption(String[] optionValues,
SVGConverter c) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptionDescription, getOptionValuesLengthpublic void handleOption(String[] optionValues, SVGConverter c)
Main.OptionHandlerhandleOption in interface Main.OptionHandlerpublic abstract void safeHandleOption(String[] optionValues, SVGConverter c)
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.