|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSlideShow
public class SlideShow
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 |
---|
public Picture[] pictureArray
Constructor Detail |
---|
public SlideShow()
public SlideShow(Picture[] pictArray)
public SlideShow(Picture[] pictArray, int time)
Method Detail |
---|
public String getTitle()
public void setTitle(String theTitle)
public int getWaitTime()
public Picture getPicture(int index)
public String toString()
toString
in class Object
public void show() throws Exception
Exception
public static void main(String[] args) throws Exception
Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |