pt.tumba.parser.swf
Class Shape.Move

java.lang.Object
  extended by pt.tumba.parser.swf.Shape.Element
      extended by pt.tumba.parser.swf.Shape.Vector
          extended by pt.tumba.parser.swf.Shape.Move
Enclosing class:
Shape

public static class Shape.Move
extends Shape.Vector

Description of the Class

Author:
unknown

Field Summary
 
Fields inherited from class pt.tumba.parser.swf.Shape.Vector
x, y
 
Constructor Summary
Shape.Move(double x, double y)
          Constructor for the Move object
 
Method Summary
 
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
 

Constructor Detail

Shape.Move

public Shape.Move(double x,
                  double y)
Constructor for the Move object

Parameters:
x - Description of the Parameter
y - Description of the Parameter