Class Debug

java.lang.Object
technology.tabula.debug.Debug

public class Debug
extends Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Debug()  
  • Method Summary

    Modifier and Type Method Description
    static void debugIntersections​(Graphics2D g, Page page)  
    static void main​(String[] args)  
    static void renderPage​(String pdfPath, String outPath, int pageNumber, Rectangle area, boolean drawTextChunks, boolean drawSpreadsheets, boolean drawRulings, boolean drawIntersections, boolean drawColumns, boolean drawCharacters, boolean drawArea, boolean drawCells, boolean drawUnprocessedRulings, boolean drawProjectionProfile, boolean drawClippingPaths, boolean drawDetectedTables)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • debugIntersections

      public static void debugIntersections​(Graphics2D g, Page page)
    • renderPage

      public static void renderPage​(String pdfPath, String outPath, int pageNumber, Rectangle area, boolean drawTextChunks, boolean drawSpreadsheets, boolean drawRulings, boolean drawIntersections, boolean drawColumns, boolean drawCharacters, boolean drawArea, boolean drawCells, boolean drawUnprocessedRulings, boolean drawProjectionProfile, boolean drawClippingPaths, boolean drawDetectedTables) throws IOException
      Throws:
      IOException
    • main

      public static void main​(String[] args) throws IOException
      Throws:
      IOException