Public Member Functions | |
Telescope () | |
void | setError (boolean err) |
Protected Member Functions | |
void | drawDart (Graphics g) |
Private Attributes | |
ImageIcon | icon = null |
ImageIcon | iconError = null |
ImageIcon | iconDraw |
Insert the type's description here. Creation date: (11/7/00 9:02:03 PM)
dartboard::Telescope::Telescope | ( | ) | [inline] |
void dartboard::Telescope::drawDart | ( | Graphics | g | ) | [inline, protected] |
Reimplemented from dartboard::Dart.
References dartboard::Dart::dartboard, and iconDraw.
void dartboard::Telescope::setError | ( | boolean | error | ) | [inline, virtual] |
Called in case of error.
Each derived class will take the opportune action
error |
Implements dartboard::Dart.
ImageIcon dartboard::Telescope::icon = null [private] |
Referenced by setError(), and Telescope().
ImageIcon dartboard::Telescope::iconDraw [private] |
Referenced by drawDart(), setError(), and Telescope().
ImageIcon dartboard::Telescope::iconError = null [private] |
Referenced by setError(), and Telescope().