pt.tumba.parser.swf
Class MovieBuilder.MorphShapeBuilder

java.lang.Object
  extended by pt.tumba.parser.swf.MovieBuilder.ShapeBuilder
      extended by pt.tumba.parser.swf.MovieBuilder.MorphShapeBuilder
All Implemented Interfaces:
SWFShape, SWFVectors
Enclosing class:
MovieBuilder

protected class MovieBuilder.MorphShapeBuilder
extends MovieBuilder.ShapeBuilder

Description of the Class

Author:
unknown

Field Summary
protected  Rect endBounds
          Description of the Field
protected  int id
          Description of the Field
protected  Shape shape1
          Description of the Field
protected  Rect startBounds
          Description of the Field
 
Fields inherited from class pt.tumba.parser.swf.MovieBuilder.ShapeBuilder
currx, curry, s
 
Constructor Summary
protected MovieBuilder.MorphShapeBuilder(int id, Rect startBounds, Rect endBounds)
          Constructor for the MorphShapeBuilder object
 
Method Summary
 void done()
          Description of the Method
 
Methods inherited from class pt.tumba.parser.swf.MovieBuilder.ShapeBuilder
curve, defineFillStyle, defineFillStyle, defineFillStyle, defineLineStyle, line, move, setFillStyle0, setFillStyle1, setLineStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected int id
Description of the Field


startBounds

protected Rect startBounds
Description of the Field


endBounds

protected Rect endBounds
Description of the Field


shape1

protected Shape shape1
Description of the Field

Constructor Detail

MovieBuilder.MorphShapeBuilder

protected MovieBuilder.MorphShapeBuilder(int id,
                                         Rect startBounds,
                                         Rect endBounds)
Constructor for the MorphShapeBuilder object

Parameters:
id - Description of the Parameter
startBounds - Description of the Parameter
endBounds - Description of the Parameter
Method Detail

done

public void done()
Description of the Method

Specified by:
done in interface SWFVectors
Overrides:
done in class MovieBuilder.ShapeBuilder