All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.MovieViewer

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.log.MovieViewer

public class MovieViewer
extends Thread
This reads the log file and generates an html file with the statistics.


Constructor Index

 o MovieViewer(String, MoviePlayer, boolean, int, int)
Creates the log reports.

Method Index

 o playMovie()
Play the movie.
 o process()
Proces the log files.
 o run()
Startup the viewing.
 o viewer()
Get the viewer.

Constructors

 o MovieViewer
 public MovieViewer(String start,
                    MoviePlayer player,
                    boolean single,
                    int xsize,
                    int ysize)
Creates the log reports.

Parameters:
start - The first log file to start with.
player - the applet.
single - only one movie file.
xsize - the width of the image.
xsize - the height of the image.

Methods

 o viewer
 public Viewer viewer()
Get the viewer.

 o run
 public void run()
Startup the viewing.

Overrides:
run in class Thread
 o process
 public void process()
Proces the log files.

 o playMovie
 public void playMovie()
Play the movie.


All Packages  Class Hierarchy  This Package  Previous  Next  Index