Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

dartboard::DartboardBean Class Reference

Inheritance diagram for dartboard::DartboardBean:

Inheritance graph
[legend]
Collaboration diagram for dartboard::DartboardBean:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Author:
Jernej Kamenik


Constructor & Destructor Documentation

dartboard::DartboardBean::DartboardBean  )  [inline]
 

SimulatorBean constructor comment.

dartboard::DartboardBean::DartboardBean  )  [inline]
 

SimulatorBean constructor comment.


Member Function Documentation

void dartboard::DartboardBean::cleanup  )  [inline]
 

void dartboard::DartboardBean::cleanup  )  [inline]
 

final double dartboard::DartboardBean::convert double  val  )  [inline, private]
 

If necessary converts coordinate value from radians to degrees.

Parameters:
val value in degrees or radians
Returns:
value in degrees

final double dartboard::DartboardBean::convert double  val  )  [inline, private]
 

If necessary converts coordinate value from radians to degrees.

Parameters:
val value in degrees or radians
Returns:
value in degrees

void dartboard::DartboardBean::destroy  )  [inline]
 

void dartboard::DartboardBean::destroy  )  [inline]
 

CosyApplicationPanel dartboard::DartboardBean::getCosyPanelParent  )  [inline]
 

CosyApplicationPanel dartboard::DartboardBean::getCosyPanelParent  )  [inline]
 

DataState dartboard::DartboardBean::getDataState  )  [inline]
 

DataState dartboard::DartboardBean::getDataState  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getMoonAzimuth  )  [inline]
 

Insert the method's description here. Creation date: (11/12/00 10:35:11 AM)

Returns:
si.ijs.anka.abeans.datatypes.DoubleProperty

DoubleProperty dartboard::DartboardBean::getMoonAzimuth  )  [inline]
 

Insert the method's description here. Creation date: (11/12/00 10:35:11 AM)

Returns:
si.ijs.anka.abeans.datatypes.DoubleProperty

DoubleProperty dartboard::DartboardBean::getMoonDeclination  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getMoonDeclination  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getMoonElevation  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getMoonElevation  )  [inline]
 

LongProperty dartboard::DartboardBean::getMoonPhase  )  [inline]
 

LongProperty dartboard::DartboardBean::getMoonPhase  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getMoonRightAscension  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getMoonRightAscension  )  [inline]
 

PopupManager dartboard::DartboardBean::getPopupManager  )  [inline]
 

PopupManager dartboard::DartboardBean::getPopupManager  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunAzimuth  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunAzimuth  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunDeclination  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunDeclination  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunElevation  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunElevation  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunRightAscension  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getSunRightAscension  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeAzimuth  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeAzimuth  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeDestinationAzimuth  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeDestinationAzimuth  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeDestinationElevation  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeDestinationElevation  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeElevation  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getTelescopeElevation  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getWindDirection  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getWindDirection  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getWindSpeed  )  [inline]
 

DoubleProperty dartboard::DartboardBean::getWindSpeed  )  [inline]
 

void dartboard::DartboardBean::initialize  )  [inline, private]
 

Reimplemented from dartboard::DartboardPanel.

void dartboard::DartboardBean::initialize  )  [inline, private]
 

Reimplemented from dartboard::DartboardPanel.

boolean dartboard::DartboardBean::isPropertiesInRadians  )  [inline]
 

Returns true if remote coordinate properties are returning values in radians. This means, that all remote coordinates are converted from radians to degrees before applied to the Dartboard.

Returns:
true if remote coordinate properties are returning values in radians

boolean dartboard::DartboardBean::isPropertiesInRadians  )  [inline]
 

Returns true if remote coordinate properties are returning values in radians. This means, that all remote coordinates are converted from radians to degrees before applied to the Dartboard.

Returns:
true if remote coordinate properties are returning values in radians

boolean dartboard::DartboardBean::isSuspended  )  [inline]
 

boolean dartboard::DartboardBean::isSuspended  )  [inline]
 

void dartboard::DartboardBean::resume  )  [inline]
 

void dartboard::DartboardBean::resume  )  [inline]
 

void dartboard::DartboardBean::setCosyPanelParent CosyApplicationPanel  panel  )  [inline]
 

void dartboard::DartboardBean::setCosyPanelParent CosyApplicationPanel  panel  )  [inline]
 

void dartboard::DartboardBean::setMoonAzimuth DoubleProperty  property  )  [inline]
 

Parameters:
property 

void dartboard::DartboardBean::setMoonAzimuth DoubleProperty  property  )  [inline]
 

Parameters:
property 

void dartboard::DartboardBean::setMoonDeclination DoubleProperty  property  )  [inline]
 

Parameters:
property 

void dartboard::DartboardBean::setMoonDeclination DoubleProperty  property  )  [inline]
 

Parameters:
property 

void dartboard::DartboardBean::setMoonElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setMoonElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setMoonPhase LongProperty  property  )  [inline]
 

void dartboard::DartboardBean::setMoonPhase LongProperty  property  )  [inline]
 

void dartboard::DartboardBean::setMoonRightAscension DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setMoonRightAscension DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setPropertiesInRadians boolean  propertiesInRadians  )  [inline]
 

Set to true if remote coordinate properties are returning values in radians. This means, that all remote coordinates are converted from radians to degrees before applied to the Dartboard.

Parameters:
propertiesInRadians new flag for remoe coordinates in radians

void dartboard::DartboardBean::setPropertiesInRadians boolean  propertiesInRadians  )  [inline]
 

Set to true if remote coordinate properties are returning values in radians. This means, that all remote coordinates are converted from radians to degrees before applied to the Dartboard.

Parameters:
propertiesInRadians new flag for remoe coordinates in radians

void dartboard::DartboardBean::setSunAzimuth DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setSunAzimuth DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setSunDeclination DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setSunDeclination DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setSunElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setSunElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setSunRightAscension DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setSunRightAscension DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeAzimuth DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeAzimuth DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeDestinationAzimuth DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeDestinationAzimuth DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeDestinationElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeDestinationElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setTelescopeElevation DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setWindDirection DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setWindDirection DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setWindSpeed DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::setWindSpeed DoubleProperty  property  )  [inline]
 

void dartboard::DartboardBean::suspend  )  [inline]
 

void dartboard::DartboardBean::suspend  )  [inline]
 


Member Data Documentation

PopupManager dartboard::DartboardBean::manager [private]
 

DoublePropertyAdapter dartboard::DartboardBean::moonAzimuth = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::moonDeclination = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::moonElevation = new DoublePropertyAdapter() [private]
 

LongPropertyAdapter dartboard::DartboardBean::moonPhase = new LongPropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::moonRightAscension = new DoublePropertyAdapter() [private]
 

CosyApplicationPanel dartboard::DartboardBean::panel [private]
 

boolean dartboard::DartboardBean::propertiesInRadians = false [private]
 

Action dartboard::DartboardBean::resumeAction = new ResumeAction() [private]
 

DataState dartboard::DartboardBean::state = new DataState(DataState.NORMAL) [private]
 

DoublePropertyAdapter dartboard::DartboardBean::sunAzimuth = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::sunDeclination = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::sunElevation = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::sunRightAscension = new DoublePropertyAdapter() [private]
 

Action dartboard::DartboardBean::suspendAction = new SuspendAction() [private]
 

int dartboard::DartboardBean::suspended [private]
 

DoublePropertyAdapter dartboard::DartboardBean::telescopeAzimuth = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::telescopeDestinationAzimuth = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::telescopeDestinationElevation = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::telescopeElevation = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::windDirection = new DoublePropertyAdapter() [private]
 

DoublePropertyAdapter dartboard::DartboardBean::windSpeed = new DoublePropertyAdapter() [private]
 


The documentation for this class was generated from the following files:
Generated on Thu Apr 30 03:13:20 2009 for ACS Java API by doxygen 1.3.8