Class OutputManager.NameInfo

  • Enclosing class:
    OutputManager

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

      Fields 
      Modifier and Type Field Description
      char[] name
      The name.
      char[] space1
      The space before the name.
      char[] space2
      The space after the name
    • Constructor Summary

      Constructors 
      Constructor Description
      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

      • 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 Detail

      • NameInfo

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