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 protectedFontSizeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the option description.inthandleOption(int i)Handles the current option.
-
-
-
Method Detail
-
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
public java.lang.String getDescription()
Description copied from interface:Main.OptionHandlerReturns the option description.- Specified by:
getDescriptionin interfaceMain.OptionHandler
-
-