JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
I
K
M
O
P
S
U
V
W
A
afterUpdate(VideoDisplay<MBFImage>)
- Method in class org.openimaj.content.slideshow.
VideoSlide
AudioVideoSlide
- Class in
org.openimaj.content.slideshow
Slide with audio and video
AudioVideoSlide(URL, VideoDisplay.EndAction)
- Constructor for class org.openimaj.content.slideshow.
AudioVideoSlide
Construct with the given video and
VideoDisplay.EndAction
B
beforeUpdate(MBFImage)
- Method in class org.openimaj.content.slideshow.
VideoSlide
C
CameraSelector
- Class in
org.openimaj.content.slideshow
Utility class for getting a preferred camera.
CameraSelector()
- Constructor for class org.openimaj.content.slideshow.
CameraSelector
close()
- Method in class org.openimaj.content.slideshow.
AudioVideoSlide
close()
- Method in class org.openimaj.content.slideshow.
PictureSlide
close()
- Method in interface org.openimaj.content.slideshow.
Slide
Close the current slide.
close()
- Method in class org.openimaj.content.slideshow.
VideoSlide
container
- Variable in class org.openimaj.content.slideshow.
Slideshow
currentSlide
- Variable in class org.openimaj.content.slideshow.
Slideshow
currentSlideComp
- Variable in class org.openimaj.content.slideshow.
Slideshow
currentSlideIndex
- Variable in class org.openimaj.content.slideshow.
Slideshow
D
displayNextSlide()
- Method in class org.openimaj.content.slideshow.
Slideshow
Display the next slide
displayPrevSlide()
- Method in class org.openimaj.content.slideshow.
Slideshow
Display the previous slide
displaySlide(Slide)
- Method in class org.openimaj.content.slideshow.
Slideshow
F
fsutil
- Variable in class org.openimaj.content.slideshow.
SlideshowApplet
fsutil
- Variable in class org.openimaj.content.slideshow.
SlideshowApplication
fullscreen
- Variable in class org.openimaj.content.slideshow.
FullscreenUtility
FullscreenUtility
- Class in
org.openimaj.content.slideshow
Utility class for dealing with fullscreen Swing applications.
FullscreenUtility(JFrame)
- Constructor for class org.openimaj.content.slideshow.
FullscreenUtility
Construct with the given JFrame.
G
getComponent(int, int)
- Method in class org.openimaj.content.slideshow.
AudioVideoSlide
getComponent(int, int)
- Method in class org.openimaj.content.slideshow.
PictureSlide
getComponent(int, int)
- Method in interface org.openimaj.content.slideshow.
Slide
Get the component to draw.
getComponent(int, int)
- Method in class org.openimaj.content.slideshow.
VideoSlide
getPreferredVideoCapture(int, int)
- Static method in class org.openimaj.content.slideshow.
CameraSelector
Get a
VideoCapture
representing the preferred device.
getPreferredVideoCaptureDevice()
- Static method in class org.openimaj.content.slideshow.
CameraSelector
I
ic
- Variable in class org.openimaj.content.slideshow.
PictureSlide
isFullscreen()
- Method in class org.openimaj.content.slideshow.
Slideshow
isFullscreen()
- Method in class org.openimaj.content.slideshow.
SlideshowApplet
isFullscreen()
- Method in class org.openimaj.content.slideshow.
SlideshowApplication
K
keyPressed(KeyEvent)
- Method in class org.openimaj.content.slideshow.
Slideshow
keyPressed(KeyEvent)
- Method in class org.openimaj.content.slideshow.
VideoSlide
keyReleased(KeyEvent)
- Method in class org.openimaj.content.slideshow.
Slideshow
keyReleased(KeyEvent)
- Method in class org.openimaj.content.slideshow.
VideoSlide
keyTyped(KeyEvent)
- Method in class org.openimaj.content.slideshow.
Slideshow
keyTyped(KeyEvent)
- Method in class org.openimaj.content.slideshow.
VideoSlide
M
mbfImage
- Variable in class org.openimaj.content.slideshow.
PictureSlide
O
org.openimaj.content.slideshow
- package org.openimaj.content.slideshow
P
pack()
- Method in class org.openimaj.content.slideshow.
Slideshow
pack()
- Method in class org.openimaj.content.slideshow.
SlideshowApplet
pack()
- Method in class org.openimaj.content.slideshow.
SlideshowApplication
PictureSlide
- Class in
org.openimaj.content.slideshow
A slide that displays a picture, scaled to the size of the slide.
PictureSlide(URL)
- Constructor for class org.openimaj.content.slideshow.
PictureSlide
Create a picture slide
PictureSlide(MBFImage)
- Constructor for class org.openimaj.content.slideshow.
PictureSlide
Create a picture slide
pictureSlide
- Variable in class org.openimaj.content.slideshow.
VideoSlide
PREFERRED_DEVICE_NAME
- Static variable in class org.openimaj.content.slideshow.
CameraSelector
The name of the preferred device
S
setFullscreen(boolean)
- Method in class org.openimaj.content.slideshow.
FullscreenUtility
Method allows changing whether this window is displayed in fullscreen or windowed mode.
setFullscreen(boolean)
- Method in class org.openimaj.content.slideshow.
Slideshow
Method allows changing whether this window is displayed in fullscreen or windowed mode.
setFullscreen(boolean)
- Method in class org.openimaj.content.slideshow.
SlideshowApplet
setFullscreen(boolean)
- Method in class org.openimaj.content.slideshow.
SlideshowApplication
Slide
- Interface in
org.openimaj.content.slideshow
A slide that can be displayed by a
Slideshow
.
slideHeight
- Variable in class org.openimaj.content.slideshow.
Slideshow
slides
- Variable in class org.openimaj.content.slideshow.
Slideshow
Slideshow
- Class in
org.openimaj.content.slideshow
Implementation of a slideshow made up of
Slide
s.
Slideshow(RootPaneContainer, List<Slide>, int, int, BufferedImage)
- Constructor for class org.openimaj.content.slideshow.
Slideshow
Default constructor.
SlideshowApplet
- Class in
org.openimaj.content.slideshow
A slideshow implementation that can be run as an applet.
SlideshowApplet(JApplet, List<Slide>, int, int, BufferedImage)
- Constructor for class org.openimaj.content.slideshow.
SlideshowApplet
Default constructor.
SlideshowApplication
- Class in
org.openimaj.content.slideshow
A slideshow that can be used in a Java Swing application.
SlideshowApplication(List<Slide>, int, int, BufferedImage)
- Constructor for class org.openimaj.content.slideshow.
SlideshowApplication
Default constructor.
SlideshowApplication(Slide, int, int, BufferedImage)
- Constructor for class org.openimaj.content.slideshow.
SlideshowApplication
Default constructor.
SlideshowApplication(Slide, int, int)
- Constructor for class org.openimaj.content.slideshow.
SlideshowApplication
Default constructor.
slideWidth
- Variable in class org.openimaj.content.slideshow.
Slideshow
U
url
- Variable in class org.openimaj.content.slideshow.
PictureSlide
V
VideoSlide
- Class in
org.openimaj.content.slideshow
Slide that shows a video.
VideoSlide(URL, URL, Matrix, VideoDisplay.EndAction)
- Constructor for class org.openimaj.content.slideshow.
VideoSlide
Default constructor.
VideoSlide(URL, Matrix, VideoDisplay.EndAction)
- Constructor for class org.openimaj.content.slideshow.
VideoSlide
Default constructor.
VideoSlide(URL, URL, VideoDisplay.EndAction)
- Constructor for class org.openimaj.content.slideshow.
VideoSlide
Default constructor.
W
window
- Variable in class org.openimaj.content.slideshow.
FullscreenUtility
A
B
C
D
F
G
I
K
M
O
P
S
U
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes