Package com.itextpdf.awt.geom
Class QuadCurve2D.Float
- java.lang.Object
-
- com.itextpdf.awt.geom.QuadCurve2D
-
- com.itextpdf.awt.geom.QuadCurve2D.Float
-
- All Implemented Interfaces:
Shape,java.lang.Cloneable
- Enclosing class:
- QuadCurve2D
public static class QuadCurve2D.Float extends QuadCurve2D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.awt.geom.QuadCurve2D
QuadCurve2D.Double, QuadCurve2D.Float, QuadCurve2D.Iterator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2DgetBounds2D()Point2DgetCtrlPt()doublegetCtrlX()doublegetCtrlY()Point2DgetP1()Point2DgetP2()doublegetX1()doublegetX2()doublegetY1()doublegetY2()voidsetCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2)voidsetCurve(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
-
-
-
-
Method Detail
-
getX1
public double getX1()
- Specified by:
getX1in classQuadCurve2D
-
getY1
public double getY1()
- Specified by:
getY1in classQuadCurve2D
-
getCtrlX
public double getCtrlX()
- Specified by:
getCtrlXin classQuadCurve2D
-
getCtrlY
public double getCtrlY()
- Specified by:
getCtrlYin classQuadCurve2D
-
getX2
public double getX2()
- Specified by:
getX2in classQuadCurve2D
-
getY2
public double getY2()
- Specified by:
getY2in classQuadCurve2D
-
getP1
public Point2D getP1()
- Specified by:
getP1in classQuadCurve2D
-
getCtrlPt
public Point2D getCtrlPt()
- Specified by:
getCtrlPtin classQuadCurve2D
-
getP2
public Point2D getP2()
- Specified by:
getP2in classQuadCurve2D
-
setCurve
public void setCurve(double x1, double y1, double ctrlx, double ctrly, double x2, double y2)- Specified by:
setCurvein classQuadCurve2D
-
setCurve
public void setCurve(float x1, float y1, float ctrlx, float ctrly, float x2, float y2)
-
getBounds2D
public Rectangle2D getBounds2D()
-
-