Class DebugTextOverlay

java.lang.Object
org.apache.pdfbox.debugger.pagepane.DebugTextOverlay

final class DebugTextOverlay extends Object
Draws an overlay showing the locations of text found by PDFTextStripper and another heuristic.
  • Field Details

    • LOG

      private static final org.apache.commons.logging.Log LOG
    • document

      private final PDDocument document
    • pageIndex

      private final int pageIndex
    • scale

      private final float scale
    • showTextStripper

      private final boolean showTextStripper
    • showTextStripperBeads

      private final boolean showTextStripperBeads
    • showFontBBox

      private final boolean showFontBBox
    • showGlyphBounds

      private final boolean showGlyphBounds
  • Constructor Details

    • DebugTextOverlay

      DebugTextOverlay(PDDocument document, int pageIndex, float scale, boolean showTextStripper, boolean showTextStripperBeads, boolean showFontBBox, boolean showGlyphBounds)
  • Method Details