Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.geom

Class CubicCurve2D.Float

java.lang.Object
|
+--java.awt.geom.CubicCurve2D
   |
   +--java.awt.geom.CubicCurve2D.Float


public static class CubicCurve2D.Float

extends CubicCurve2D

STUBS ONLY

Field Summary

floatctrlx1

floatctrlx2

floatctrly1

floatctrly2

floatx1

STUBS ONLY
floatx2

floaty1

floaty2

Constructor Summary

Float()

Float(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2)

Method Summary

java.awt.geom.Rectangle2DgetBounds2D()

java.awt.geom.Point2DgetCtrlP1()

java.awt.geom.Point2DgetCtrlP2()

doublegetCtrlX1()

doublegetCtrlX2()

doublegetCtrlY1()

doublegetCtrlY2()

java.awt.geom.Point2DgetP1()

java.awt.geom.Point2DgetP2()

doublegetX1()

doublegetX2()

doublegetY1()

doublegetY2()

voidsetCurve(double x1, double y1, double cx1, double cy1, double cx2, double cy2, double x2, double y2)

voidsetCurve(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2)

Field Details

ctrlx1

public float ctrlx1


ctrlx2

public float ctrlx2


ctrly1

public float ctrly1


ctrly2

public float ctrly2


x1

public float x1

STUBS ONLY


x2

public float x2


y1

public float y1


y2

public float y2


Constructor Details

Float

public Float()


Float

public Float(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2)

Parameters:


Method Details

getBounds2D

public Rectangle2D getBounds2D()


getCtrlP1

public Point2D getCtrlP1()


getCtrlP2

public Point2D getCtrlP2()


getCtrlX1

public double getCtrlX1()


getCtrlX2

public double getCtrlX2()


getCtrlY1

public double getCtrlY1()


getCtrlY2

public double getCtrlY2()


getP1

public Point2D getP1()


getP2

public Point2D getP2()


getX1

public double getX1()


getX2

public double getX2()


getY1

public double getY1()


getY2

public double getY2()


setCurve

public void setCurve(double x1, double y1, double cx1, double cy1, double cx2, double cy2, double x2, double y2)

Parameters:


setCurve

public void setCurve(float x1, float y1, float cx1, float cy1, float cx2, float cy2, float x2, float y2)

Parameters: