org.apache.batik.transcoder.svg2svg

Class OutputManager.NameInfo

public static class OutputManager.NameInfo extends Object

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
NameInfo(char[] sp1, char[] nm, char[] sp2)
Creates a new NameInfo.

Field Detail

name

public char[] name
The name.

space1

public char[] space1
The space before the name.

space2

public char[] space2
The space after the name

Constructor Detail

NameInfo

public NameInfo(char[] sp1, char[] nm, char[] sp2)
Creates a new NameInfo.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.