Class SlideShow

java.lang.Object
  extended by SlideShow

public class SlideShow
extends Object


Field Summary
 Picture[] pictureArray
           
 
Constructor Summary
SlideShow()
           
SlideShow(Picture[] pictArray)
           
SlideShow(Picture[] pictArray, int time)
           
 
Method Summary
 Picture getPicture(int index)
           
 String getTitle()
           
 int getWaitTime()
           
static void main(String[] args)
           
 void setTitle(String theTitle)
           
 void show()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pictureArray

public Picture[] pictureArray
Constructor Detail

SlideShow

public SlideShow()

SlideShow

public SlideShow(Picture[] pictArray)

SlideShow

public SlideShow(Picture[] pictArray,
                 int time)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String theTitle)

getWaitTime

public int getWaitTime()

getPicture

public Picture getPicture(int index)

toString

public String toString()
Overrides:
toString in class Object

show

public void show()
          throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception