Public Member Functions | |
Moon () | |
Moon (short phase) | |
short | getPhase (short phase) |
void | setPhase (short phase) |
void | setError (boolean err) |
Moon () | |
Moon (short phase) | |
short | getPhase (short phase) |
void | setPhase (short phase) |
void | setError (boolean err) |
Static Public Attributes | |
short | NO_MOON = -1 |
short | EMPTY_MOON = 0 |
short | FIRST_QUARTER = 1 |
short | HALF_MOON = 2 |
short | THIRD_QUARTER = 3 |
short | FULL_MOON = 4 |
Protected Member Functions | |
void | drawDart (Graphics g) |
void | drawDart (Graphics g) |
Private Attributes | |
short | phase = FULL_MOON |
ImageIcon[] | icons = new ImageIcon[5] |
ImageIcon[] | icons = new ImageIcon[5] |
|
Moon constructor comment.
|
|
Moon constructor comment.
|
|
Moon constructor comment.
|
|
Moon constructor comment.
|
|
Reimplemented from dartboard::Dart.
|
|
Reimplemented from dartboard::Dart.
|
|
|
|
|
|
Called in case of error. Each derived class will take the opportune action
Implements dartboard::Dart.
|
|
Called in case of error. Each derived class will take the opportune action
Implements dartboard::Dart.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|