ucar.nc2.util
Class Indent

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

public class Indent
extends Object

Maintains indentation level for printing nested structures.


Constructor Summary
Indent(int nspaces)
           
 
Method Summary
 Indent decr()
           
 Indent incr()
           
 void setIndentLevel(int level)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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 String toString()
Overrides:
toString in class Object

setIndentLevel

public void setIndentLevel(int level)


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.