org.apache.batik.apps.rasterizer
Class Main.SingleValueOptionHandler
java.lang.Object
|
+--org.apache.batik.apps.rasterizer.Main.AbstractOptionHandler
|
+--org.apache.batik.apps.rasterizer.Main.SingleValueOptionHandler
- All Implemented Interfaces:
- Main.OptionHandler
- Direct Known Subclasses:
- Main.ColorOptionHandler, Main.FloatOptionHandler, Main.RectangleOptionHandler
- Enclosing class:
- Main
- public abstract static class Main.SingleValueOptionHandler
- extends Main.AbstractOptionHandler
Base class for options with a single option value. Subclasses should
provide an implementation for the handleOption method which
takes a String and an SVGConverter as parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main.SingleValueOptionHandler
public Main.SingleValueOptionHandler()
safeHandleOption
public void safeHandleOption(java.lang.String[] optionValues,
SVGConverter c)
- Overrides:
safeHandleOption
in class Main.AbstractOptionHandler
getOptionValuesLength
public int getOptionValuesLength()
- Description copied from interface:
Main.OptionHandler
- 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 abstract void handleOption(java.lang.String optionValue,
SVGConverter c)
Copyright © 2002 Apache Software Foundation. All Rights Reserved.