Public Member Functions | |
Legend () | |
void | setError (boolean err) |
Legend () | |
void | setError (boolean err) |
Protected Member Functions | |
void | drawDart (Graphics g) |
void | drawDart (Graphics g) |
Private Attributes | |
Polygon | arrow1 = new Polygon(xArrow, yArrow, xArrow.length) |
Polygon | arrow2 = new Polygon(yArrow, xArrow1, xArrow.length) |
Static Private Attributes | |
int | xArrow [] = {0,-6,10,-6} |
int | yArrow [] = {0,-4,0,4} |
int | xArrow1 [] = {0,6,-10,6} |
|
Legend constructor comment. |
|
Legend 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.
|
|
|
|
|
|
|
|
|
|
|