Public Member Functions

dartboard.DartboardPanel Class Reference

Inherits javax::swing::JPanel.

List of all members.

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)

Detailed Description

Insert the type's description here. Creation date: (11/7/00 10:57:43 PM)

Author:
:

Constructor & Destructor Documentation

dartboard.DartboardPanel.DartboardPanel (  ) 

DartboardPanel constructor comment.


Member Function Documentation

void dartboard.DartboardPanel.setError ( boolean  error  ) 

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)

Parameters:
error if true the dartboard enter the error state otherwise it resumes its standard functionality

References dartboard.Dart.setError().

void dartboard.DartboardPanel.setMoonAzimuth ( double  azimuth  ) 
void dartboard.DartboardPanel.setMoonDeclination ( String  declination  ) 
void dartboard.DartboardPanel.setMoonDeclination ( double  declination  ) 
void dartboard.DartboardPanel.setMoonElevation ( double  elevation  ) 
void dartboard.DartboardPanel.setMoonPhase ( int  phase  ) 
void dartboard.DartboardPanel.setMoonRightAscension ( String  rightAscension  ) 
void dartboard.DartboardPanel.setMoonRightAscension ( double  rightAscension  ) 
void dartboard.DartboardPanel.setSettable ( boolean  settable  ) 
void dartboard.DartboardPanel.setSunAzimuth ( double  azimuth  ) 
void dartboard.DartboardPanel.setSunDeclination ( double  declination  ) 
void dartboard.DartboardPanel.setSunDeclination ( String  declination  ) 
void dartboard.DartboardPanel.setSunElevation ( double  elevation  ) 
void dartboard.DartboardPanel.setSunRightAscension ( double  rightAscension  ) 
void dartboard.DartboardPanel.setSunRightAscension ( String  rightAscension  ) 
void dartboard.DartboardPanel.setTelescopeAzimuth ( double  azimuth  ) 
void dartboard.DartboardPanel.setTelescopeDestinationAzimuth ( double  azimuth  ) 
void dartboard.DartboardPanel.setTelescopeDestinationElevation ( double  elevation  ) 
void dartboard.DartboardPanel.setTelescopeElevation ( double  elevation  ) 
void dartboard.DartboardPanel.setWindDirection ( double  direction  ) 
void dartboard.DartboardPanel.setWindSpeed ( double  speed  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties