Uses of Class
org.apache.pivot.wtk.media.Movie

Packages that use Movie
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.media Contains classes that provide multimedia support. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of Movie in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return Movie
 Movie MovieView.getMovie()
          Returns the movie view's current movie.
 

Methods in org.apache.pivot.wtk with parameters of type Movie
 void MovieViewListener.movieChanged(MovieView movieView, Movie previousMovie)
          Called when an movie view's movie has changed.
 void MovieView.setMovie(Movie movie)
          Sets the movie view's current movie.
 

Constructors in org.apache.pivot.wtk with parameters of type Movie
MovieView(Movie movie)
          Creates an movie view with the given movie.
 

Uses of Movie in org.apache.pivot.wtk.media
 

Methods in org.apache.pivot.wtk.media with parameters of type Movie
 void MovieListener.baselineChanged(Movie movie, int previousBaseline)
          Called when a movie's baseline has changed.
 void MovieListener.Adapter.baselineChanged(Movie movie, int previousBaseline)
           
 void Movie.MovieListenerList.baselineChanged(Movie movie, int previousBaseline)
           
 void MovieListener.currentFrameChanged(Movie movie, int previousFrame)
          Called when the movie's current frame changed.
 void MovieListener.Adapter.currentFrameChanged(Movie movie, int previousFrame)
           
 void Movie.MovieListenerList.currentFrameChanged(Movie movie, int previousFrame)
           
 void MovieListener.loopingChanged(Movie movie)
          Called when the movie's looping property changed.
 void MovieListener.Adapter.loopingChanged(Movie movie)
           
 void Movie.MovieListenerList.loopingChanged(Movie movie)
           
 void MovieListener.movieStarted(Movie movie)
          Called when the movie begins playing.
 void MovieListener.Adapter.movieStarted(Movie movie)
           
 void Movie.MovieListenerList.movieStarted(Movie movie)
           
 void MovieListener.movieStopped(Movie movie)
          Called when the movie stops playing.
 void MovieListener.Adapter.movieStopped(Movie movie)
           
 void Movie.MovieListenerList.movieStopped(Movie movie)
           
 void MovieListener.regionUpdated(Movie movie, int x, int y, int width, int height)
          Called when a region within a movie needs to be repainted.
 void MovieListener.Adapter.regionUpdated(Movie movie, int x, int y, int width, int height)
           
 void Movie.MovieListenerList.regionUpdated(Movie movie, int x, int y, int width, int height)
           
 void MovieListener.sizeChanged(Movie movie, int previousWidth, int previousHeight)
          Called when a movie's size has changed.
 void MovieListener.Adapter.sizeChanged(Movie movie, int previousWidth, int previousHeight)
           
 void Movie.MovieListenerList.sizeChanged(Movie movie, int previousWidth, int previousHeight)
           
 

Uses of Movie in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin with parameters of type Movie
 void MovieViewSkin.movieChanged(MovieView movieView, Movie previousMovie)