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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.anotherbigidea.flash.movie.Shape.Element
      extended bycom.anotherbigidea.flash.movie.Shape.Vector
Direct Known Subclasses:
Shape.Curve, Shape.Line, Shape.Move
Enclosing class:
Shape

public abstract static class Shape.Vector
extends Shape.Element


Field Summary
protected  double x
           
protected  double y
           
 
Constructor Summary
protected Shape.Vector(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected double x

y

protected double y
Constructor Detail

Shape.Vector

protected Shape.Vector(double x,
                       double y)
Method Detail

getX

public double getX()

getY

public double getY()

setX

public void setX(double x)

setY

public void setY(double y)