ucar.nc2.util
Class Indent

java.lang.Object
  extended by ucar.nc2.util.Indent

public class Indent
extends java.lang.Object

Maintains indentation level for printing nested structures.


Constructor Summary
Indent(int nspaces)
           
 
Method Summary
 Indent decr()
           
 Indent incr()
           
 void setIndentLevel(int level)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Indent

public Indent(int nspaces)
Method Detail

incr

public Indent incr()

decr

public Indent decr()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setIndentLevel

public void setIndentLevel(int level)