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