Package com.itextpdf.awt.geom
Class Line2D.Float
- java.lang.Object
-
- com.itextpdf.awt.geom.Line2D
-
- com.itextpdf.awt.geom.Line2D.Float
-
-
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 Rectangle2DgetBounds2D()Point2DgetP1()Point2DgetP2()doublegetX1()doublegetX2()doublegetY1()doublegetY2()voidsetLine(double x1, double y1, double x2, double y2)voidsetLine(float x1, float y1, float x2, float 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)
-
setLine
public void setLine(float x1, float y1, float x2, float y2)
-
getBounds2D
public Rectangle2D getBounds2D()
-
-