|
|||||||||
| Home >> All >> org >> apache >> batik >> apps >> [ svgpp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.apps.svgpp
Class Main

java.lang.Objectorg.apache.batik.apps.svgpp.Main
- public class Main
- extends java.lang.Object
This class is the main class of the svgpp application.
svgpp is a pretty-printer for SVG source files.
- Version:
- $Id: Main.java,v 1.8 2004/10/30 18:38:04 deweese Exp $
| Nested Class Summary | |
protected class |
Main.DoctypeHandler
To handle the '-doctype' option. |
protected class |
Main.DocWidthHandler
To handle the '-doc-width' option. |
protected class |
Main.NewlineHandler
To handle the '-newline' option. |
protected class |
Main.NoFormatHandler
To handle the '-no-format' option. |
protected static interface |
Main.OptionHandler
This interface represents an option handler. |
protected class |
Main.PublicIdHandler
To handle the '-public-id' option. |
protected class |
Main.SystemIdHandler
To handle the '-system-id' option. |
protected class |
Main.TabWidthHandler
To handle the '-tab-width' option. |
protected class |
Main.XMLDeclHandler
To handle the '-xml-decl' option. |
| Field Summary | |
protected java.lang.String[] |
arguments
The arguments. |
static java.lang.String |
BUNDLE_CLASSNAME
The default resource bundle base name. |
protected java.util.Map |
handlers
The option handlers. |
protected int |
index
The current index. |
protected static org.apache.batik.i18n.LocalizableSupport |
localizableSupport
The localizable support. |
protected org.apache.batik.transcoder.Transcoder |
transcoder
The transcoder. |
| Constructor Summary | |
Main(java.lang.String[] args)
Initializes the application. |
|
| Method Summary | |
static void |
main(java.lang.String[] args)
The application main method. |
protected void |
printHeader()
Prints the command header. |
protected void |
printUsage()
Prints the command usage. |
void |
run()
Runs the pretty printer. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
BUNDLE_CLASSNAME
public static final java.lang.String BUNDLE_CLASSNAME
- The default resource bundle base name.
- See Also:
- Constant Field Values
localizableSupport
protected static org.apache.batik.i18n.LocalizableSupport localizableSupport
- The localizable support.
arguments
protected java.lang.String[] arguments
- The arguments.
index
protected int index
- The current index.
handlers
protected java.util.Map handlers
- The option handlers.
transcoder
protected org.apache.batik.transcoder.Transcoder transcoder
- The transcoder.
| Constructor Detail |
Main
public Main(java.lang.String[] args)
- Initializes the application.
| Method Detail |
main
public static void main(java.lang.String[] args)
- The application main method.
run
public void run()
- Runs the pretty printer.
printUsage
protected void printUsage()
- Prints the command usage.
printHeader
protected void printHeader()
- Prints the command header.
|
|||||||||
| Home >> All >> org >> apache >> batik >> apps >> [ svgpp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.batik.apps.svgpp.Main