Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.anotherbigidea.flash.movie
Class Shape.Curve  view Shape.Curve download Shape.Curve.java

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Shape.Element
      extended bycom.anotherbigidea.flash.movie.Shape.Vector
          extended bycom.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)