protected class AgaveWriter.Indent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
mIndent
Base indent
|
Modifier | Constructor and Description |
---|---|
protected |
Indent() |
Modifier and Type | Method and Description |
---|---|
void |
indent()
Add a level of indentation
|
java.lang.String |
toString()
Return the current indent
|
void |
unIndent()
Remove a level of indentation
|