Uses of Class
com.flagstone.transform.Movie

Packages that use Movie
com.flagstone.transform Transform SWF is an API for reading and writing Flash files. 
com.flagstone.transform.tools Convenience tools for displaying the contents of files. 
com.flagstone.transform.util.movie The movie package contains convenience classes that can be used to organise the timelines and frames when generating a movie. 
 

Uses of Movie in com.flagstone.transform
 

Methods in com.flagstone.transform that return Movie
 Movie Movie.add(MovieTag anObject)
          Adds the object to the Movie.
 Movie Movie.copy()
          Creates a complete copy of this object.
 

Constructors in com.flagstone.transform with parameters of type Movie
Movie(Movie movie)
          Creates a complete copy of this movie.
 

Uses of Movie in com.flagstone.transform.tools
 

Methods in com.flagstone.transform.tools with parameters of type Movie
 void MovieWriter.write(Movie movie, File file)
          Pretty print an entire Movie and write it to a file.
 void MovieWriter.write(Movie movie, Writer writer)
          Pretty print an entire Movie.
 

Uses of Movie in com.flagstone.transform.util.movie
 

Methods in com.flagstone.transform.util.movie with parameters of type Movie
 void Frame.addToMovie(Movie aMovie)
          Add the objects in the frame to the movie.
static List<Frame> Frame.split(Movie aMovie)
          Create a frame based view of a movie.
 



Copyright © 2002-2010 Flagstone Software Ltd.. All Rights Reserved.