Class Main.TabWidthHandler
java.lang.Object
org.apache.batik.apps.svgpp.Main.TabWidthHandler
- All Implemented Interfaces:
Main.OptionHandler
- Enclosing class:
Main
To handle the '-tab-width' option.
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the option description.voidHandles the current option.
-
Constructor Details
-
TabWidthHandler
protected TabWidthHandler()
-
-
Method Details
-
handleOption
public void handleOption()Description copied from interface:Main.OptionHandlerHandles the current option.- Specified by:
handleOptionin interfaceMain.OptionHandler
-
getDescription
Description copied from interface:Main.OptionHandlerReturns the option description.- Specified by:
getDescriptionin interfaceMain.OptionHandler
-