All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.log.FrameSet

java.lang.Object
   |
   +----pinball.log.FrameSet

public class FrameSet
extends Object
Make a frame set for the statistics.


Constructor Index

 o FrameSet(Vector, String)
Generate the frame set for the statistics log files.

Method Index

 o videoFile(String, String)
Make code for the applet that displays the video file.

Constructors

 o FrameSet
 public FrameSet(Vector logFiles,
                 String root)
Generate the frame set for the statistics log files.

Parameters:
logFiles - the listing of the log files used.
root - the root location of the log files.

Methods

 o videoFile
 public void videoFile(String file,
                       String html)
Make code for the applet that displays the video file.

Parameters:
file - the file name of the video file.
html - the file for the applet to be displayed in.

All Packages  Class Hierarchy  This Package  Previous  Next  Index