PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.multimedia.Movie

Packages that use Movie
it.stefanochizzolini.clown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
it.stefanochizzolini.clown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
 

Uses of Movie in it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return Movie
 Movie MovieAnnotation.getMovie()
          Gets the movie to be played.
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Movie
 void MovieAnnotation.setMovie(Movie value)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Movie
MovieAnnotation(Page page, Rectangle2D box, Movie movie)
           
 

Uses of Movie in it.stefanochizzolini.clown.documents.multimedia
 

Methods in it.stefanochizzolini.clown.documents.multimedia that return Movie
 Movie Movie.clone(Document context)
           
 


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.