public class SlideshowApplet extends Slideshow
| Modifier and Type | Field and Description |
|---|---|
protected FullscreenUtility |
fsutil |
container, currentSlide, currentSlideComp, currentSlideIndex, slideHeight, slides, slideWidth| Constructor and Description |
|---|
SlideshowApplet(JApplet applet,
List<Slide> slides,
int slideWidth,
int slideHeight,
BufferedImage background)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isFullscreen() |
protected void |
pack() |
void |
setFullscreen(boolean fullscreen)
Method allows changing whether this window is displayed in fullscreen or
windowed mode.
|
displayNextSlide, displayPrevSlide, displaySlide, keyPressed, keyReleased, keyTypedprotected FullscreenUtility fsutil
public SlideshowApplet(JApplet applet, List<Slide> slides, int slideWidth, int slideHeight, BufferedImage background) throws IOException
applet - The applet class to attach to.slides - The slides to display.slideWidth - The slide width.slideHeight - The slide height.background - The background image.IOExceptionpublic void setFullscreen(boolean fullscreen)
SlideshowsetFullscreen in class Slideshowfullscreen - true = change to fullscreen, false = change to windowedprotected boolean isFullscreen()
isFullscreen in class Slideshow