|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.Shape.Element
pt.tumba.parser.swf.Shape.Vector
pt.tumba.parser.swf.Shape.Curve
public static class Shape.Curve
Description of the Class
| Field Summary | |
|---|---|
protected double |
cx
Description of the Field |
protected double |
cy
Description of the Field |
| Fields inherited from class pt.tumba.parser.swf.Shape.Vector |
|---|
x, y |
| Constructor Summary | |
|---|---|
Shape.Curve(double x,
double y,
double controlX,
double controlY)
Constructor for the Curve object |
|
| Method Summary | |
|---|---|
double |
getControlX()
Gets the controlX attribute of the Curve object |
double |
getControlY()
Gets the controlY attribute of the Curve object |
void |
setControlX(double cx)
Sets the controlX attribute of the Curve object |
void |
setControlY(double cy)
Sets the controlY attribute of the Curve object |
| Methods inherited from class pt.tumba.parser.swf.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 |
|---|
protected double cx
protected double cy
| Constructor Detail |
|---|
public Shape.Curve(double x,
double y,
double controlX,
double controlY)
x - Description of the Parametery - Description of the ParametercontrolX - Description of the ParametercontrolY - Description of the Parameter| Method Detail |
|---|
public double getControlX()
public double getControlY()
public void setControlX(double cx)
cx - The new controlX valuepublic void setControlY(double cy)
cy - The new controlY value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||