Methods' Details |
start
- Description
- start the slideshow
|
|
stop
- Description
- stop the slideshow
a stopped show can only be restarted from the beginning with a call to
start
|
|
isStopped
- Description
- returns true if the slideshow is currently stopped
|
|
gotoNextEffect
- Description
- start next effects that wait on a generic trigger.
If no generic triggers are waiting the next
slide will be displayed.
|
|
gotoFirstSlide
- Description
- goto and display first slide
|
|
gotoNextSlide
- Description
- goto and display next slide
|
|
gotoPreviousSlide
void |
gotoPreviousSlide(); |
- Description
- goto and display previous slide
|
|
gotoLastSlide
- Description
- goto and display last slide
|
|
gotoBookmark
void |
gotoBookmark( |
[in] string |
Bookmark ); |
- Description
- goto the given textual bookmark
|
|
gotoSlide
- Description
- jumps to the given slide.
The slide can be a slide that would normaly not be shown during
the current slideshow.
|
|
gotoSlideIndex
void |
gotoSlideIndex( |
[in] long |
Index ); |
- Description
- jumps to the slide at the given index.
|
|
stopSound
- Description
- stop all currently played sounds
|
|
pause
- Description
- pauses the slideshow. All effects are paused.
The slideshow continues on next user input or if
resume is called.
|
|
resume
- Description
- resumes a paused slideshow.
|
|
isPaused
- Description
- returns true if the slideshow is currently paused.
- See also
- pause, resume
|
|
blankScreen
void |
blankScreen( |
[in] long |
Color ); |
- Description
- pauses the slideshow and blanks the screen in the given color.
Change attribute Pause to false to unpause
the slideshow.
|
|
activate
|
deactivate
- Description
- can be called to deactivate the user interface of this slideshow.
A deactivated
- See also
- activate(), isActive()
|
|
isActive
- Description
- determines if the slideshow is active.
- Returns
- true for UI active slideshow
false otherwise
|
|
getCurrentSlide
- Description
- returns slide that is currently displayed
|
|
getCurrentSlideIndex
long |
getCurrentSlideIndex(); |
- Description
- returns the index of the current slide
|
|
getNextSlideIndex
long |
getNextSlideIndex(); |
- Description
- the slide that is displayed next.
|
|
isEndless
- Description
- returns true if the slideshow was started to run endlessly.
|
|
isFullScreen
- Description
- Returns true if the slideshow was started in full-screen mode.
|
|
Copyright © 2008 Sun Microsystems, Inc.