public interface Slide
Slideshow
.Modifier and Type | Method and Description |
---|---|
void |
close()
Close the current slide.
|
Component |
getComponent(int width,
int height)
Get the component to draw.
|
Component getComponent(int width, int height) throws IOException
width
- the slide widthheight
- the slide heightIOException