com.charliemouse.cambozola
public class Viewer extends Applet implements MouseListener, MouseMotionListener, KeyListener, ImageChangeListener, ExceptionReporter, ViewerAttributeInterface
Constructor Summary | |
---|---|
Viewer() |
Method Summary | |
---|---|
void | destroy() |
void | displayURL(URL url, String target) |
Vector | getAccessories() |
Vector | getAlternateURLs() |
String | getParameterValue(String key) |
ICameraProfile | getProfile() |
CamStream | getStream() |
PercentArea | getViewArea() |
void | imageChanged(ImageChangeEvent ce) |
void | init() |
boolean | isDisplayingAccessories() |
boolean | isStandalone() |
void | keyPressed(KeyEvent ke) |
void | keyReleased(KeyEvent e) |
void | keyTyped(KeyEvent e) |
static void | main(String[] args) |
void | mouseClicked(MouseEvent me) |
void | mouseDragged(MouseEvent me) |
void | mouseEntered(MouseEvent me) |
void | mouseExited(MouseEvent me) |
void | mouseMoved(MouseEvent me) |
void | mousePressed(MouseEvent me) |
void | mouseReleased(MouseEvent me) |
void | paint(Graphics g) |
void | paintFrame(Graphics g, Image img, Dimension d, WatermarkCollection wmc) |
void | reportError(Throwable t) |
void | reportFailure(String s) |
void | reportNote(String s) |
void | setAlternateURLs(Vector v) |
void | setBackgroundColor(Color col) |
void | setCurrentURL(URL loc) |
void | setDisplayingAccessories(boolean b) |
void | setTextColor(Color col) |
void | showStatus(String s) |
void | start() |
void | stop() |
void | update(Graphics g) |
static void | usage() |