Package com.itextpdf.awt.geom
Class CubicCurve2D.Float
java.lang.Object
com.itextpdf.awt.geom.CubicCurve2D
com.itextpdf.awt.geom.CubicCurve2D.Float
- Enclosing class:
CubicCurve2D
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.CubicCurve2D
CubicCurve2D.Double, CubicCurve2D.Float, CubicCurve2D.Iterator -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoublegetP1()getP2()doublegetX1()doublegetX2()doublegetY1()doublegetY2()voidsetCurve(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2) voidsetCurve(float x1, float y1, float ctrlx1, float ctrly1, float ctrlx2, float ctrly2, float x2, float y2) Methods inherited from class com.itextpdf.awt.geom.CubicCurve2D
clone, contains, contains, contains, contains, getBounds, getFlatness, getFlatness, getFlatness, getFlatnessSq, getFlatnessSq, getFlatnessSq, getPathIterator, getPathIterator, intersects, intersects, setCurve, setCurve, setCurve, setCurve, solveCubic, solveCubic, subdivide, subdivide, subdivide
-
Field Details
-
x1
public float x1 -
y1
public float y1 -
ctrlx1
public float ctrlx1 -
ctrly1
public float ctrly1 -
ctrlx2
public float ctrlx2 -
ctrly2
public float ctrly2 -
x2
public float x2 -
y2
public float y2
-
-
Constructor Details
-
Float
public Float() -
Float
public Float(float x1, float y1, float ctrlx1, float ctrly1, float ctrlx2, float ctrly2, float x2, float y2)
-
-
Method Details
-
getX1
public double getX1()- Specified by:
getX1in classCubicCurve2D
-
getY1
public double getY1()- Specified by:
getY1in classCubicCurve2D
-
getCtrlX1
public double getCtrlX1()- Specified by:
getCtrlX1in classCubicCurve2D
-
getCtrlY1
public double getCtrlY1()- Specified by:
getCtrlY1in classCubicCurve2D
-
getCtrlX2
public double getCtrlX2()- Specified by:
getCtrlX2in classCubicCurve2D
-
getCtrlY2
public double getCtrlY2()- Specified by:
getCtrlY2in classCubicCurve2D
-
getX2
public double getX2()- Specified by:
getX2in classCubicCurve2D
-
getY2
public double getY2()- Specified by:
getY2in classCubicCurve2D
-
getP1
- Specified by:
getP1in classCubicCurve2D
-
getCtrlP1
- Specified by:
getCtrlP1in classCubicCurve2D
-
getCtrlP2
- Specified by:
getCtrlP2in classCubicCurve2D
-
getP2
- Specified by:
getP2in classCubicCurve2D
-
setCurve
public void setCurve(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2) - Specified by:
setCurvein classCubicCurve2D
-
setCurve
public void setCurve(float x1, float y1, float ctrlx1, float ctrly1, float ctrlx2, float ctrly2, float x2, float y2) -
getBounds2D
-