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 Object
Implements indenting for elements.- Author:
- Brian King
-
-
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 indentationString
toString()
Return the current indentvoid
unIndent()
Remove a level of indentation
-
-
-
Constructor Detail
-
Indent
protected Indent()
-
-