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
protected class Main.FontSizeHandler extends java.lang.Object implements Main.OptionHandler
To handle the '-font-size' option.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FontSizeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Returns the option description.int
handleOption(int i)
Handles the current option.
-
-
-
Method Detail
-
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
public java.lang.String getDescription()
Description copied from interface:Main.OptionHandler
Returns the option description.- Specified by:
getDescription
in interfaceMain.OptionHandler
-
-