Package com.itextpdf.awt.geom
Class Line2D.Double
- java.lang.Object
-
- com.itextpdf.awt.geom.Line2D
-
- com.itextpdf.awt.geom.Line2D.Double
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.Line2D
Line2D.Double, Line2D.Float, Line2D.Iterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2D
getBounds2D()
Point2D
getP1()
Point2D
getP2()
double
getX1()
double
getX2()
double
getY1()
double
getY2()
void
setLine(double x1, double y1, double x2, double y2)
-
Methods inherited from class com.itextpdf.awt.geom.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
-
-
-
-
Method Detail
-
setLine
public void setLine(double x1, double y1, double x2, double y2)
-
getBounds2D
public Rectangle2D getBounds2D()
-
-