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.inthandleOption(int i) Handles the current option.
-
Constructor Details
-
FontSizeHandler
protected FontSizeHandler()
-
-
Method Details
-
handleOption
public int handleOption(int i) Description copied from interface:Main.OptionHandlerHandles the current option.- Specified by:
handleOptionin interfaceMain.OptionHandler- Returns:
- the index of argument just before the next one to handle.
-
getDescription
Description copied from interface:Main.OptionHandlerReturns the option description.- Specified by:
getDescriptionin interfaceMain.OptionHandler
-