|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.batik.apps.rasterizer.Main.AbstractOptionHandler
|
+--org.apache.batik.apps.rasterizer.Main.SingleValueOptionHandler
|
+--org.apache.batik.apps.rasterizer.Main.FloatOptionHandler
Base class for options which expect the single optionValue to be a float. Subclasses should implement the handleOption method which takes a float and an SVGConverter as parameters.
| Constructor Summary | |
Main.FloatOptionHandler()
|
|
| Method Summary | |
abstract void |
handleOption(float optionValue,
SVGConverter c)
|
void |
handleOption(java.lang.String optionValue,
SVGConverter c)
|
| Methods inherited from class org.apache.batik.apps.rasterizer.Main.SingleValueOptionHandler |
getOptionValuesLength, safeHandleOption |
| Methods inherited from class org.apache.batik.apps.rasterizer.Main.AbstractOptionHandler |
handleOption |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.apps.rasterizer.Main.OptionHandler |
getOptionDescription |
| Constructor Detail |
public Main.FloatOptionHandler()
| Method Detail |
public void handleOption(java.lang.String optionValue,
SVGConverter c)
handleOption in class Main.SingleValueOptionHandler
public abstract void handleOption(float optionValue,
SVGConverter c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||