Package org.apache.batik.apps.svgbrowser
Interface Main.OptionHandler
-
- All Known Implementing Classes:
Main.FontSizeHandler
- Enclosing class:
- Main
protected static interface Main.OptionHandlerThis interface represents an option handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the option description.inthandleOption(int i)Handles the current option.
-