public class Indent extends Object
| Constructor and Description |
|---|
Indent(int nspaces)
Create an Indent with nspaces per level.
|
| Modifier and Type | Method and Description |
|---|---|
Indent |
decr()
Decrement the indent level
|
Indent |
incr()
Increment the indent level
|
int |
level()
Get the indent level
|
void |
setIndentLevel(int level)
Set the indent level
|
String |
toString()
Return a String of nspaces * level blanks which is the indentation.
|
public Indent incr()
public Indent decr()
public int level()
public String toString()
public void setIndentLevel(int level)