Package ucar.nc2.util

Class Indent

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

public class Indent extends Object
Maintains indentation level for printing nested structures.
  • Constructor Details

    • Indent

      public Indent(int nspaces)
  • Method Details

    • incr

      public Indent incr()
    • decr

      public Indent decr()
    • level

      public int level()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setIndentLevel

      public void setIndentLevel(int level)