org.concord.flash.player
Class FMovieBuilder.MorphShapeBuilder

java.lang.Object
  |
  +--org.concord.flash.player.FMovieBuilder.ShapeBuilder
        |
        +--org.concord.flash.player.FMovieBuilder.MorphShapeBuilder
All Implemented Interfaces:
com.anotherbigidea.flash.interfaces.SWFShape, com.anotherbigidea.flash.interfaces.SWFVectors
Enclosing class:
FMovieBuilder

protected class FMovieBuilder.MorphShapeBuilder
extends FMovieBuilder.ShapeBuilder


Field Summary
protected  com.anotherbigidea.flash.structs.Rect endBounds
           
protected  int id
           
protected  com.anotherbigidea.flash.movie.Shape shape1
           
protected  com.anotherbigidea.flash.structs.Rect startBounds
           
 
Fields inherited from class org.concord.flash.player.FMovieBuilder.ShapeBuilder
currx, curry, s
 
Constructor Summary
protected FMovieBuilder.MorphShapeBuilder(int id, com.anotherbigidea.flash.structs.Rect startBounds, com.anotherbigidea.flash.structs.Rect endBounds)
           
 
Method Summary
 void done()
           
 
Methods inherited from class org.concord.flash.player.FMovieBuilder.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

startBounds

protected com.anotherbigidea.flash.structs.Rect startBounds

endBounds

protected com.anotherbigidea.flash.structs.Rect endBounds

shape1

protected com.anotherbigidea.flash.movie.Shape shape1
Constructor Detail

FMovieBuilder.MorphShapeBuilder

protected FMovieBuilder.MorphShapeBuilder(int id,
                                          com.anotherbigidea.flash.structs.Rect startBounds,
                                          com.anotherbigidea.flash.structs.Rect endBounds)
Method Detail

done

public void done()
Overrides:
done in class FMovieBuilder.ShapeBuilder