Uses of Class
pt.tumba.parser.swf.Movie

Packages that use Movie
pt.tumba.parser.swf   
 

Uses of Movie in pt.tumba.parser.swf
 

Fields in pt.tumba.parser.swf declared as Movie
protected  Movie MovieBuilder.movie
          Description of the Field
 

Methods in pt.tumba.parser.swf that return Movie
 Movie MovieBuilder.getMovie()
          Gets the movie attribute of the MovieBuilder object
 

Methods in pt.tumba.parser.swf with parameters of type Movie
protected  int Font.define(boolean textFont, Movie movie, SWFTagTypes tagwriter)
          Description of the Method
protected  int Symbol.define(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Make sure that the Symbol is fully defined in the given Movie and return the character id
protected  int Font.defineFont1(Movie movie, SWFTagTypes tagwriter)
          Description of the Method
protected  int Font.defineFont2(Movie movie, SWFTagTypes tagwriter)
          Description of the Method
protected  int Image.Lossless.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int Image.JPEG.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int MorphShape.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int ImportedSymbol.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionwriter)
          Description of the Method
protected  int Button.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int QTMovie.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int MovieClip.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int Font.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionwriter)
          Description of the Method
protected  int Shape.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int EditField.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected abstract  int Symbol.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionwriter)
          Override to provide symbol definition
protected  int Text.defineSymbol(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  void Placement.flushDefinitions(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  void Frame.flushDefinitions(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  int Symbol.getNextId(Movie movie)
          Gets the nextId attribute of the Symbol object
protected  ButtonRecord2 Button.Layer.getRecord(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Gets the record attribute of the Layer object
protected  void Shape.predefineImageFills(Movie movie, SWFTagTypes timelineWriter, SWFTagTypes definitionWriter)
          Description of the Method
protected  void Placement.write(Movie movie, SWFTagTypes movieTagWriter, SWFTagTypes timelineTagWriter)
          Description of the Method
protected  void Frame.write(Movie movie, SWFTagTypes movieTagWriter, SWFTagTypes timelineTagWriter)
          Write the frame
 

Constructors in pt.tumba.parser.swf with parameters of type Movie
MovieBuilder(Movie movie)
          Append to an existing movie (do not change size,rate,color,version etc)