Class AgaveWriter.Indent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String mIndent
      Base indent
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Indent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void indent()
      Add a level of indentation
      java.lang.String toString()
      Return the current indent
      void unIndent()
      Remove a level of indentation
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mIndent

        protected java.lang.String mIndent
        Base indent
    • Constructor Detail

    • Method Detail

      • indent

        public void indent()
        Add a level of indentation
      • unIndent

        public void unIndent()
        Remove a level of indentation
      • toString

        public java.lang.String toString()
        Return the current indent
        Overrides:
        toString in class java.lang.Object