|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.movie
Class Shape.Curve

java.lang.Objectcom.anotherbigidea.flash.movie.Shape.Element
com.anotherbigidea.flash.movie.Shape.Vector
com.anotherbigidea.flash.movie.Shape.Curve
- Enclosing class:
- Shape
- public static class Shape.Curve
- extends Shape.Vector
| Field Summary | |
protected double |
cx
|
protected double |
cy
|
| Fields inherited from class com.anotherbigidea.flash.movie.Shape.Vector |
x, y |
| Constructor Summary | |
Shape.Curve(double x,
double y,
double controlX,
double controlY)
|
|
| Method Summary | |
double |
getControlX()
|
double |
getControlY()
|
void |
setControlX(double cx)
|
void |
setControlY(double cy)
|
| Methods inherited from class com.anotherbigidea.flash.movie.Shape.Vector |
getX, getY, setX, setY |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cx
protected double cx
cy
protected double cy
| Constructor Detail |
Shape.Curve
public Shape.Curve(double x,
double y,
double controlX,
double controlY)
| Method Detail |
getControlX
public double getControlX()
getControlY
public double getControlY()
setControlX
public void setControlX(double cx)
setControlY
public void setControlY(double cy)
|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ movie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC