org.apache.batik.apps.rasterizer

Interface Main.OptionHandler

public static interface Main.OptionHandler

Interface for handling one command line option
Method Summary
StringgetOptionDescription()
Returns the description for this option
intgetOptionValuesLength()
Returns the number of values which the option handler requires.
voidhandleOption(String[] optionValues, SVGConverter c)
The OptionHandler should configure the SVGConverter according to the value of the option.

Method Detail

getOptionDescription

public String getOptionDescription()
Returns the description for this option

getOptionValuesLength

public int getOptionValuesLength()
Returns the number of values which the option handler requires. This defines the length of the optionValues array passed to the handler in the handleOption method

handleOption

public void handleOption(String[] optionValues, SVGConverter c)
The OptionHandler should configure the SVGConverter according to the value of the option. Should throw an IllegalArgumentException if optionValue is not an acceptable option.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.