| Package | Description | 
|---|---|
| org.britastro.grelf.astro | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<SkyObjectDatabase.Neighbour> | 
SkyObjectDatabase.findBrightStarsNear(SkyPoint here,
                   int n)
Find n stars brighter than magnitude 5 nearest to the given SkyPoint (here). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
SkyObjectDatabase.Neighbour.compareTo(SkyObjectDatabase.Neighbour other)
Assumes other is less than 360 degrees because it has been computed as a spherical separation. 
 | 
| Constructor and Description | 
|---|
SkyPointDialogue(javax.swing.JFrame owner,
                SkyPointDialogueClient client,
                java.lang.String title,
                java.util.List<SkyObjectDatabase.Neighbour> nearStars)  | 
SkyPointPane(SkyPointDialogue parentDialogue,
            SkyPointDialogueClient client,
            java.lang.String title,
            java.util.List<SkyObjectDatabase.Neighbour> nearStars)  |