public class SIFTTrackerSlide extends Object implements Slide, KeyListener
| Constructor and Description |
|---|
SIFTTrackerSlide() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the current slide.
|
Component |
getComponent(int width,
int height)
Get the component to draw.
|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
public SIFTTrackerSlide()
public Component getComponent(int width, int height) throws IOException
SlidegetComponent in interface Slidewidth - the slide widthheight - the slide heightIOExceptionpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListener