Class PDFDomTree.HtmlDivLine

  • Enclosing class:
    PDFDomTree

    protected class PDFDomTree.HtmlDivLine
    extends Object
    Maps input line to an HTML div rectangle, since HTML does not support standard lines
    • Constructor Detail

      • HtmlDivLine

        public HtmlDivLine​(float x1,
                           float y1,
                           float x2,
                           float y2)
    • Method Detail

      • getHeight

        public float getHeight()
      • getWidth

        public float getWidth()
      • getLeft

        public float getLeft()
      • getTop

        public float getTop()
      • getAngleDegrees

        public double getAngleDegrees()
      • getLineStrokeWidth

        public float getLineStrokeWidth()
      • getBorderSide

        public String getBorderSide()