|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.transcoder.svg2svg.OutputManager.NameInfo
public static class OutputManager.NameInfo
To store the informations about a name.
Field Summary | |
---|---|
char[] |
name
The name. |
char[] |
space1
The space before the name. |
char[] |
space2
The space after the name |
Constructor Summary | |
---|---|
OutputManager.NameInfo(char[] sp1,
char[] nm,
char[] sp2)
Creates a new NameInfo. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public char[] space1
public char[] name
public char[] space2
Constructor Detail |
---|
public OutputManager.NameInfo(char[] sp1, char[] nm, char[] sp2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |