Public Member Functions | |
void | setSettable (boolean settable) |
DartboardPanel () | |
void | setMoonAzimuth (double azimuth) |
void | setMoonDeclination (double declination) |
void | setMoonDeclination (String declination) |
void | setMoonElevation (double elevation) |
void | setMoonPhase (int phase) |
void | setMoonRightAscension (double rightAscension) |
void | setMoonRightAscension (String rightAscension) |
void | setSunAzimuth (double azimuth) |
void | setSunDeclination (double declination) |
void | setSunDeclination (String declination) |
void | setSunElevation (double elevation) |
void | setSunRightAscension (double rightAscension) |
void | setSunRightAscension (String rightAscension) |
void | setTelescopeAzimuth (double azimuth) |
void | setTelescopeDestinationAzimuth (double azimuth) |
void | setTelescopeDestinationElevation (double elevation) |
void | setTelescopeElevation (double elevation) |
void | setWindDirection (double direction) |
void | setWindSpeed (double speed) |
void | setError (boolean error) |
void | setSettable (boolean settable) |
DartboardPanel () | |
void | setMoonAzimuth (double azimuth) |
void | setMoonDeclination (double declination) |
void | setMoonDeclination (String declination) |
void | setMoonElevation (double elevation) |
void | setMoonPhase (int phase) |
void | setMoonRightAscension (double rightAscension) |
void | setMoonRightAscension (String rightAscension) |
void | setSunAzimuth (double azimuth) |
void | setSunDeclination (double declination) |
void | setSunDeclination (String declination) |
void | setSunElevation (double elevation) |
void | setSunRightAscension (double rightAscension) |
void | setSunRightAscension (String rightAscension) |
void | setTelescopeAzimuth (double azimuth) |
void | setTelescopeDestinationAzimuth (double azimuth) |
void | setTelescopeDestinationElevation (double elevation) |
void | setTelescopeElevation (double elevation) |
void | setWindDirection (double direction) |
void | setWindSpeed (double speed) |
void | setError (boolean error) |
Private Member Functions | |
void | initialize () |
void | initialize () |
Private Attributes | |
Dartboard | dartboard |
Dart[] | darts |
Dart[] | darts |
Static Private Attributes | |
final int | GRID = 0 |
final int | LEGEND = 1 |
final int | SUN = 2 |
final int | MOON = 3 |
final int | TELESCOPE_DESTINATION = 4 |
final int | TELESCOPE = 5 |
final int | WIND = 6 |
|
DartboardPanel constructor comment. |
|
DartboardPanel constructor comment. |
|
Reimplemented in dartboard::DartboardBean, and dartboard::DartboardBean.
|
|
Reimplemented in dartboard::DartboardBean, and dartboard::DartboardBean.
|
|
Set the dartboard in error state. Normally the dartboard is not in error state. If it enters the error state, it delegates each widget to show him self accordingly (for example the grid is show in red)
|
|
Set the dartboard in error state. Normally the dartboard is not in error state. If it enters the error state, it delegates each widget to show him self accordingly (for example the grid is show in red)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|