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

Quick Search    Search Deep

com.anotherbigidea.flash.readers
Class MovieBuilder.MorphShapeBuilder  view MovieBuilder.MorphShapeBuilder download MovieBuilder.MorphShapeBuilder.java

java.lang.Object
  extended bycom.anotherbigidea.flash.readers.MovieBuilder.ShapeBuilder
      extended bycom.anotherbigidea.flash.readers.MovieBuilder.MorphShapeBuilder
All Implemented Interfaces:
com.anotherbigidea.flash.interfaces.SWFShape, com.anotherbigidea.flash.interfaces.SWFVectors
Enclosing class:
MovieBuilder

protected class MovieBuilder.MorphShapeBuilder
extends MovieBuilder.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 com.anotherbigidea.flash.readers.MovieBuilder.ShapeBuilder
currx, curry, s
 
Constructor Summary
protected MovieBuilder.MorphShapeBuilder(int id, com.anotherbigidea.flash.structs.Rect startBounds, com.anotherbigidea.flash.structs.Rect endBounds)
           
 
Method Summary
 void done()
           
 
Methods inherited from class com.anotherbigidea.flash.readers.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

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

MovieBuilder.MorphShapeBuilder

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

done

public void done()
Specified by:
done in interface com.anotherbigidea.flash.interfaces.SWFVectors
Overrides:
done in class MovieBuilder.ShapeBuilder