Package org.biojava.bio.seq.io.agave
Class AgaveWriter.Indent
- java.lang.Object
-
- org.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
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 indentationjava.lang.String
toString()
Return the current indentvoid
unIndent()
Remove a level of indentation
-