Class AgaveWriter.Indent

  • Enclosing class:
    AgaveWriter

    protected class AgaveWriter.Indent
    extends java.lang.Object
    Implements indenting for elements.
    Author:
    Brian King
    • 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

      • Indent

        protected Indent()
    • 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