java.lang.Object | +--java.awt.geom.QuadCurve2D | +--java.awt.geom.QuadCurve2D.Float
float | ctrlx |
float | ctrly |
float | x1 STUBS ONLY |
float | x2 |
float | y1 |
float | y2 |
Float() |
Float(float x1, float y1, float cx, float cy, float x2, float y2) |
java.awt.geom.Rectangle2D | getBounds2D() |
java.awt.geom.Point2D | getCtrlPt() |
double | getCtrlX() |
double | getCtrlY() |
java.awt.geom.Point2D | getP1() |
java.awt.geom.Point2D | getP2() |
double | getX1() |
double | getX2() |
double | getY1() |
double | getY2() |
void | setCurve(double x1, double y1, double cx, double cy, double x2, double y2) |
void | setCurve(float x1, float y1, float cx, float cy, float x2, float y2) |
public float ctrlx
public float ctrly
public float x1
public float x2
public float y1
public float y2
public Float()
public Float(float x1, float y1, float cx, float cy, float x2, float y2)
Parameters:x1
- y1
- cx
- cy
- x2
- y2
- public Rectangle2D getBounds2D()
public Point2D getCtrlPt()
public double getCtrlX()
public double getCtrlY()
public Point2D getP1()
public Point2D getP2()
public double getX1()
public double getX2()
public double getY1()
public double getY2()
public void setCurve(double x1, double y1, double cx, double cy, double x2, double y2)
Parameters:x1
- y1
- cx
- cy
- x2
- y2
- public void setCurve(float x1, float y1, float cx, float cy, float x2, float y2)
Parameters:x1
- y1
- cx
- cy
- x2
- y2
-