Package org.fit.pdfdom
Class PDFDomTree.HtmlDivLine
- java.lang.Object
-
- org.fit.pdfdom.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 Summary
Constructors Constructor Description HtmlDivLine(float x1, float y1, float x2, float y2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAngleDegrees()StringgetBorderSide()floatgetHeight()floatgetLeft()floatgetLineStrokeWidth()floatgetTop()floatgetWidth()
-
-
-
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()
-
-