

Public Member Functions | |
| DartboardBean () | |
| void | setMoonAzimuth (DoubleProperty property) |
| DoubleProperty | getMoonAzimuth () |
| void | setMoonDeclination (DoubleProperty property) |
| DoubleProperty | getMoonDeclination () |
| void | setMoonElevation (DoubleProperty property) |
| DoubleProperty | getMoonElevation () |
| void | setMoonPhase (LongProperty property) |
| LongProperty | getMoonPhase () |
| void | setMoonRightAscension (DoubleProperty property) |
| DoubleProperty | getMoonRightAscension () |
| void | setSunAzimuth (DoubleProperty property) |
| DoubleProperty | getSunAzimuth () |
| void | setSunDeclination (DoubleProperty property) |
| DoubleProperty | getSunDeclination () |
| void | setSunElevation (DoubleProperty property) |
| DoubleProperty | getSunElevation () |
| void | setSunRightAscension (DoubleProperty property) |
| DoubleProperty | getSunRightAscension () |
| void | setTelescopeAzimuth (DoubleProperty property) |
| DoubleProperty | getTelescopeAzimuth () |
| void | setTelescopeDestinationAzimuth (DoubleProperty property) |
| DoubleProperty | getTelescopeDestinationAzimuth () |
| void | setTelescopeDestinationElevation (DoubleProperty property) |
| DoubleProperty | getTelescopeDestinationElevation () |
| void | setTelescopeElevation (DoubleProperty property) |
| DoubleProperty | getTelescopeElevation () |
| void | setWindDirection (DoubleProperty property) |
| DoubleProperty | getWindDirection () |
| void | setWindSpeed (DoubleProperty property) |
| DoubleProperty | getWindSpeed () |
| void | setCosyPanelParent (CosyApplicationPanel panel) |
| CosyApplicationPanel | getCosyPanelParent () |
| DataState | getDataState () |
| PopupManager | getPopupManager () |
| void | cleanup () |
| void | destroy () |
| void | resume () |
| void | suspend () |
| boolean | isSuspended () |
| boolean | isPropertiesInRadians () |
| void | setPropertiesInRadians (boolean propertiesInRadians) |
| DartboardBean () | |
| void | setMoonAzimuth (DoubleProperty property) |
| DoubleProperty | getMoonAzimuth () |
| void | setMoonDeclination (DoubleProperty property) |
| DoubleProperty | getMoonDeclination () |
| void | setMoonElevation (DoubleProperty property) |
| DoubleProperty | getMoonElevation () |
| void | setMoonPhase (LongProperty property) |
| LongProperty | getMoonPhase () |
| void | setMoonRightAscension (DoubleProperty property) |
| DoubleProperty | getMoonRightAscension () |
| void | setSunAzimuth (DoubleProperty property) |
| DoubleProperty | getSunAzimuth () |
| void | setSunDeclination (DoubleProperty property) |
| DoubleProperty | getSunDeclination () |
| void | setSunElevation (DoubleProperty property) |
| DoubleProperty | getSunElevation () |
| void | setSunRightAscension (DoubleProperty property) |
| DoubleProperty | getSunRightAscension () |
| void | setTelescopeAzimuth (DoubleProperty property) |
| DoubleProperty | getTelescopeAzimuth () |
| void | setTelescopeDestinationAzimuth (DoubleProperty property) |
| DoubleProperty | getTelescopeDestinationAzimuth () |
| void | setTelescopeDestinationElevation (DoubleProperty property) |
| DoubleProperty | getTelescopeDestinationElevation () |
| void | setTelescopeElevation (DoubleProperty property) |
| DoubleProperty | getTelescopeElevation () |
| void | setWindDirection (DoubleProperty property) |
| DoubleProperty | getWindDirection () |
| void | setWindSpeed (DoubleProperty property) |
| DoubleProperty | getWindSpeed () |
| void | setCosyPanelParent (CosyApplicationPanel panel) |
| CosyApplicationPanel | getCosyPanelParent () |
| DataState | getDataState () |
| PopupManager | getPopupManager () |
| void | cleanup () |
| void | destroy () |
| void | resume () |
| void | suspend () |
| boolean | isSuspended () |
| boolean | isPropertiesInRadians () |
| void | setPropertiesInRadians (boolean propertiesInRadians) |
Private Member Functions | |
| void | initialize () |
| final double | convert (double val) |
| void | initialize () |
| final double | convert (double val) |
Private Attributes | |
| DoublePropertyAdapter | moonAzimuth = new DoublePropertyAdapter() |
| DoublePropertyAdapter | moonDeclination = new DoublePropertyAdapter() |
| DoublePropertyAdapter | moonElevation = new DoublePropertyAdapter() |
| DoublePropertyAdapter | moonRightAscension = new DoublePropertyAdapter() |
| DoublePropertyAdapter | sunAzimuth = new DoublePropertyAdapter() |
| DoublePropertyAdapter | sunDeclination = new DoublePropertyAdapter() |
| DoublePropertyAdapter | sunElevation = new DoublePropertyAdapter() |
| DoublePropertyAdapter | sunRightAscension = new DoublePropertyAdapter() |
| DoublePropertyAdapter | telescopeAzimuth = new DoublePropertyAdapter() |
| DoublePropertyAdapter | telescopeDestinationAzimuth = new DoublePropertyAdapter() |
| DoublePropertyAdapter | telescopeDestinationElevation = new DoublePropertyAdapter() |
| DoublePropertyAdapter | telescopeElevation = new DoublePropertyAdapter() |
| DoublePropertyAdapter | windDirection = new DoublePropertyAdapter() |
| DoublePropertyAdapter | windSpeed = new DoublePropertyAdapter() |
| LongPropertyAdapter | moonPhase = new LongPropertyAdapter() |
| CosyApplicationPanel | panel |
| PopupManager | manager |
| DataState | state = new DataState(DataState.NORMAL) |
| Action | resumeAction = new ResumeAction() |
| Action | suspendAction = new SuspendAction() |
| int | suspended |
| boolean | propertiesInRadians = false |
|
|
SimulatorBean constructor comment. |
|
|
SimulatorBean constructor comment. |
|
|
|
|
|
|
|
|
If necessary converts coordinate value from radians to degrees.
|
|
|
If necessary converts coordinate value from radians to degrees.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Insert the method's description here. Creation date: (11/12/00 10:35:11 AM)
|
|
|
Insert the method's description here. Creation date: (11/12/00 10:35:11 AM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from dartboard::DartboardPanel.
|
|
|
Reimplemented from dartboard::DartboardPanel.
|
|
|
Returns
|
|
|
Returns
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set to
|
|
|
Set to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8