pt.tumba.parser.swf
Class Shape.Line

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.Line
Enclosing class:
Shape

public static class Shape.Line
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.Line(double x, double y)
          Constructor for the Line 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.Line

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

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