| Package | Description |
|---|---|
| org.openimaj.content.slideshow |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioVideoSlide
Slide with audio and video
|
class |
PictureSlide
A slide that displays a picture, scaled to the size of the slide.
|
class |
VideoSlide
Slide that shows a video.
|
| Modifier and Type | Field and Description |
|---|---|
protected Slide |
Slideshow.currentSlide |
| Modifier and Type | Field and Description |
|---|---|
protected List<Slide> |
Slideshow.slides |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Slideshow.displaySlide(Slide slide) |
| Constructor and Description |
|---|
SlideshowApplication(Slide slide,
int slideWidth,
int slideHeight)
Default constructor.
|
SlideshowApplication(Slide slide,
int slideWidth,
int slideHeight,
BufferedImage background)
Default constructor.
|
| Constructor and Description |
|---|
Slideshow(RootPaneContainer container,
List<Slide> slides,
int slideWidth,
int slideHeight,
BufferedImage background)
Default constructor.
|
SlideshowApplet(JApplet applet,
List<Slide> slides,
int slideWidth,
int slideHeight,
BufferedImage background)
Default constructor.
|
SlideshowApplication(List<Slide> slides,
int slideWidth,
int slideHeight,
BufferedImage background)
Default constructor.
|