Class IndentWriter

    • Method Detail

      • indent

        public void indent()
      • outdent

        public void outdent()
      • outdent

        public void outdent​(int n)
      • indent

        public void indent​(int n)
        Set depth += n
        Parameters:
        n - depth increment/decrement(if neg)
      • setIndent

        public void setIndent​(int n)
        Set depth = n
        Parameters:
        n - absolute depth
      • margin

        public void margin()
      • getMargin

        public String getMargin()
      • getIndent

        public int getIndent()
      • push

        public void push()
      • pop

        public void pop()
      • eol

        public void eol()
      • marginPrintln

        public void marginPrintln​(String text)
      • marginPrintln

        public void marginPrintln()
      • marginPrint

        public void marginPrint​(String text)
      • marginPrintf

        public void marginPrintf​(String fmt,
                                 Object... args)