Package com.itextpdf.awt.geom
Class Line2D.Float
java.lang.Object
com.itextpdf.awt.geom.Line2D
com.itextpdf.awt.geom.Line2D.Float
- Enclosing class:
Line2D
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.Line2D
Line2D.Double, Line2D.Float, Line2D.Iterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
x1
public float x1 -
y1
public float y1 -
x2
public float x2 -
y2
public float y2
-
-
Constructor Details
-
Float
public Float() -
Float
public Float(float x1, float y1, float x2, float y2) -
Float
-
-
Method Details
-
getX1
public double getX1() -
getY1
public double getY1() -
getX2
public double getX2() -
getY2
public double getY2() -
getP1
-
getP2
-
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
-