public class IndentWriter
extends java.lang.Object
Constructor and Description |
---|
IndentWriter(java.io.PrintWriter writer,
int startIndent,
int deltaIndent)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
decrIndent()
Decrease the indentation one level.
|
void |
incrIndent()
Increase the indentation one level.
|
void |
println(java.lang.String text)
Print text to the underlying writer.
|