Class OutputManager.NameInfo

java.lang.Object
org.apache.batik.transcoder.svg2svg.OutputManager.NameInfo
Enclosing class:
OutputManager

public static class OutputManager.NameInfo extends Object
To store the informations about a name.
  • Field Details

    • space1

      public char[] space1
      The space before the name.
    • name

      public char[] name
      The name.
    • space2

      public char[] space2
      The space after the name
  • Constructor Details

    • NameInfo

      public NameInfo(char[] sp1, char[] nm, char[] sp2)
      Creates a new NameInfo.