Package com.itextpdf.awt.geom
Class QuadCurve2D.Float
java.lang.Object
com.itextpdf.awt.geom.QuadCurve2D
com.itextpdf.awt.geom.QuadCurve2D.Float
- Enclosing class:
QuadCurve2D
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.QuadCurve2D
QuadCurve2D.Double, QuadCurve2D.Float, QuadCurve2D.Iterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getCtrlX()
double
getCtrlY()
getP1()
getP2()
double
getX1()
double
getX2()
double
getY1()
double
getY2()
void
setCurve
(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) void
setCurve
(float x1, float y1, float ctrlx, float ctrly, float x2, float y2) Methods inherited from class com.itextpdf.awt.geom.QuadCurve2D
clone, contains, contains, contains, contains, getBounds, getFlatness, getFlatness, getFlatness, getFlatnessSq, getFlatnessSq, getFlatnessSq, getPathIterator, getPathIterator, intersects, intersects, setCurve, setCurve, setCurve, setCurve, solveQuadratic, solveQuadratic, subdivide, subdivide, subdivide
-
Field Details
-
x1
public float x1 -
y1
public float y1 -
ctrlx
public float ctrlx -
ctrly
public float ctrly -
x2
public float x2 -
y2
public float y2
-
-
Constructor Details
-
Float
public Float() -
Float
public Float(float x1, float y1, float ctrlx, float ctrly, float x2, float y2)
-
-
Method Details
-
getX1
public double getX1()- Specified by:
getX1
in classQuadCurve2D
-
getY1
public double getY1()- Specified by:
getY1
in classQuadCurve2D
-
getCtrlX
public double getCtrlX()- Specified by:
getCtrlX
in classQuadCurve2D
-
getCtrlY
public double getCtrlY()- Specified by:
getCtrlY
in classQuadCurve2D
-
getX2
public double getX2()- Specified by:
getX2
in classQuadCurve2D
-
getY2
public double getY2()- Specified by:
getY2
in classQuadCurve2D
-
getP1
- Specified by:
getP1
in classQuadCurve2D
-
getCtrlPt
- Specified by:
getCtrlPt
in classQuadCurve2D
-
getP2
- Specified by:
getP2
in classQuadCurve2D
-
setCurve
public void setCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2) - Specified by:
setCurve
in classQuadCurve2D
-
setCurve
public void setCurve(float x1, float y1, float ctrlx, float ctrly, float x2, float y2) -
getBounds2D
-