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.ObjectImplements indenting for elements.- Author:
- Brian King
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmIndentBase indent
-
Constructor Summary
Constructors Modifier Constructor Description protectedIndent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidindent()Add a level of indentationjava.lang.StringtoString()Return the current indentvoidunIndent()Remove a level of indentation
-