Package boofcv.misc

Class PrintStreamInjectIndent

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class PrintStreamInjectIndent extends PrintStream
Injects spaces after new line print printing. Useful for verbose print when children are printing
  • Constructor Details

    • PrintStreamInjectIndent

      public PrintStreamInjectIndent(String prefix, int numIndent, PrintStream out)
  • Method Details

    • getIndentSpaces

      public int getIndentSpaces()
    • getIndentCount

      public int getIndentCount()
    • getOriginalStream

      public PrintStream getOriginalStream()