Package stsci.sky

Provides all the AWT components and application for ShowSky.

See:
          Description

Interface Summary
ColorLookup  
Orientable  
PlotArea  
PositionTranslator Translate from X,Y to Position.
 

Class Summary
AnimationPanel This panel is to display the animate and reset buttons and the tails check box - it also holds the labl which display the current year of aniumation.
AnimationWindow A window to control the animation
BorderedPanel A Panel with a line drawn around itrs border.
Catalog2D This represebts a continer for all stars retreived from a particular Archive at a particular time.
CatalogPanel Panel to display the catalog names and a tick box to turn them on/off.
CheckPanel Take an array fo strings and make a set of checkboxes and criteria for them.
Colorbar A output widget used to display a colormap, derived from the javax.swing.JComponent, and can be used in any context that calls for a JComponent.
ColourMapWindow ange colour lookup table for the image..
ColScale  
CompassCatalog This represents a Catalog with Duplicate entries - effectively this is the compass Catalog - we may do somethings a little differently for this like having an extra set of criteria.
COMPASSPanel  
DistLabel An output widget used as a magnifing glass derived from javax.swing.JComponent, and can be used in any context that calls for a * JComponent.
FilterDialog  
FullHTMlist  
FullSky This class is basicaly a plotting canvas with a coordinate transform for the entire sky
Grid  
HTMPanel Disply htm segment number for mouse click
LookFeelChanger  
Mag A magnitude with a method for working out its pixel diameter.
Magnifier An output widget used as a magnifing glass derived from javax.swing.JComponent, and can be used in any context that calls for a * JComponent.
MagScale A simple panel showing th magnitude scale.
MotionPanel  
OrientationPanel  
PanelWindow A window to hold a panel with a close button.
PositionPanel Display Alpha, Delta in HMS and degrees.
RangePanel  
RangePanelFloat  
ShowFullSky  
ShowSky Show area of the sky and allow animation and interaction
ShowSkyApplet  
SkyArea This class is basicaly a plotting canvas for stars centered on a given coordinate.
SkyImage  
Star2D A star with info for plotting in 2D * @author
StarList A window to lis all star info in should read stars from iterator * @author
StarMover Take a SkyArea and periodically call move stars creating a backround animation it has its own thread and does not hang up the display
StarPanel Panel to Display Star Attribtes - listenes to the mouse clicks on the sky and calls findStarNear to locate the correct star to display.
 

Package stsci.sky Description

Provides all the AWT components and application for ShowSky. All the animation code, filters, panels etc. are in this package.

Author: William O'Mullane