java.lang.Object | +--java.awt.geom.CubicCurve2D | +--java.awt.geom.CubicCurve2D.Float
float | ctrlx1 |
float | ctrlx2 |
float | ctrly1 |
float | ctrly2 |
float | x1STUBS ONLY |
float | x2 |
float | y1 |
float | y2 |
Float() |
Float(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2) |
java.awt.geom.Rectangle2D | getBounds2D() |
java.awt.geom.Point2D | getCtrlP1() |
java.awt.geom.Point2D | getCtrlP2() |
double | getCtrlX1() |
double | getCtrlX2() |
double | getCtrlY1() |
double | getCtrlY2() |
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 cx1, double cy1, double cx2, double cy2, double x2, double y2) |
void | setCurve(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2) |
public float ctrlx1public float ctrlx2public float ctrly1public float ctrly2public float x1public float x2public float y1public float y2public Float()public Float(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2)Parameters:x1 - y1 - cx1 - cy1 - cx2 - cy2 - x2 - y2 - public Rectangle2D getBounds2D()public Point2D getCtrlP1()public Point2D getCtrlP2()public double getCtrlX1()public double getCtrlX2()public double getCtrlY1()public double getCtrlY2()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 cx1, double cy1, double cx2, double cy2, double x2, double y2)Parameters:x1 - y1 - cx1 - cy1 - cx2 - cy2 - x2 - y2 - public void setCurve(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2)Parameters:x1 - y1 - cx1 - cy1 - cx2 - cy2 - x2 - y2 -