Package org.apache.batik.apps.svgbrowser
Class Main.FontSizeHandler
java.lang.Object
org.apache.batik.apps.svgbrowser.Main.FontSizeHandler
- All Implemented Interfaces:
Main.OptionHandler
- Enclosing class:
- Main
To handle the '-font-size' option.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the option description.int
handleOption
(int i) Handles the current option.
-
Constructor Details
-
FontSizeHandler
protected FontSizeHandler()
-
-
Method Details
-
handleOption
public int handleOption(int i) Description copied from interface:Main.OptionHandler
Handles the current option.- Specified by:
handleOption
in interfaceMain.OptionHandler
- Returns:
- the index of argument just before the next one to handle.
-
getDescription
Description copied from interface:Main.OptionHandler
Returns the option description.- Specified by:
getDescription
in interfaceMain.OptionHandler
-