org.biojava.bio.seq.io.agave
Class AgaveWriter.Indent

java.lang.Object
  extended byorg.biojava.bio.seq.io.agave.AgaveWriter.Indent
Enclosing class:
AgaveWriter

protected class AgaveWriter.Indent
extends java.lang.Object

Implements indenting for elements.

Author:
Brian King

Field Summary
protected  java.lang.String mIndent
          Base indent
 
Constructor Summary
protected AgaveWriter.Indent()
           
 
Method Summary
 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

AgaveWriter.Indent

protected AgaveWriter.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