Class Line2D.Double
java.lang.Object
com.itextpdf.awt.geom.Line2D
com.itextpdf.awt.geom.Line2D.Double
- Enclosing class:
Line2D
-
Nested Class Summary
Nested classes/interfaces inherited from class Line2D
Line2D.Double, Line2D.Float, Line2D.Iterator -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Line2D
clone, contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine
-
Field Details
-
x1
public double x1 -
y1
public double y1 -
x2
public double x2 -
y2
public double y2
-
-
Constructor Details
-
Double
public Double() -
Double
public Double(double x1, double y1, double x2, double y2) -
Double
-
-
Method Details
-
getX1
-
getY1
-
getX2
-
getY2
-
getP1
-
getP2
-
setLine
-
getBounds2D
-