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 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 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
-
getY1
-
getX2
-
getY2
-
getP1
-
getP2
-
setLine
-
setLine
public void setLine(float x1, float y1, float x2, float y2) -
getBounds2D
-