public class Indent extends Object
| Constructor and Description |
|---|
Indent(int nspaces) |
| Modifier and Type | Method and Description |
|---|---|
Indent |
decr() |
Indent |
incr() |
int |
level() |
void |
setIndentLevel(int level) |
String |
toString() |