A B C D E F G H I J L M N O P R S T U V W X Y Z 

S

save() - Method in class org.britastro.grelf.hopper.ObservingListTableModel
 
saveJTableAsCSV(String[], JTable, String) - Static method in class org.britastro.grelf.Util
Removes any HTML (swing formatting) elements embedded in cells.
setCommonId(String) - Method in class org.britastro.grelf.astro.DeepSkyObject
 
setCommonId(String) - Method in class org.britastro.grelf.astro.Star
 
setHipparcosId(String) - Method in class org.britastro.grelf.astro.Star
 
setMagnitude(Magnitude) - Method in class org.britastro.grelf.astro.DeepSkyObject
 
setMagnitude(Magnitude) - Method in interface org.britastro.grelf.astro.SkyObject
 
setMagnitude(Magnitude) - Method in class org.britastro.grelf.astro.Star
For entering a manual magnitude value to replace all others (as in BlobMenu).
setNgcId(String) - Method in class org.britastro.grelf.astro.DeepSkyObject
 
setOffsetFromTarget(SkyVector) - Method in class org.britastro.grelf.astro.DeepSkyObject
 
setOffsetFromTarget(SkyVector) - Method in interface org.britastro.grelf.astro.SkyObject
 
setOffsetFromTarget(SkyVector) - Method in class org.britastro.grelf.astro.Star
 
setOtherId(String) - Method in class org.britastro.grelf.astro.Star
For user-entered reference of their own devising.
setOwningApp(Component, ImageIcon) - Static method in class org.britastro.grelf.Util
 
setPlotPoint(Point) - Method in class org.britastro.grelf.astro.DeepSkyObject
 
setPlotPoint(Point) - Method in interface org.britastro.grelf.astro.SkyObject
 
setPlotPoint(Point) - Method in class org.britastro.grelf.astro.Star
Set by StarChart when first plotting the star.
setPosition(SkyPoint) - Method in class org.britastro.grelf.astro.DeepSkyObject
 
setPosition(SkyPoint) - Method in interface org.britastro.grelf.astro.SkyObject
 
setPosition(SkyPoint) - Method in class org.britastro.grelf.astro.Star
 
setProperMotion(ProperMotion) - Method in class org.britastro.grelf.astro.Star
 
setShowErrors(boolean) - Static method in class org.britastro.grelf.Util
Set false if you want Util.warning () only to write to the log, not to show a message to the user.
setSkyPoint(String, SkyPoint) - Method in interface org.britastro.grelf.astro.SkyPointDialogueClient
 
setSkyPoint(String, SkyPoint) - Method in class org.britastro.grelf.hopper.Chart
Implementing SkyPointDialogueClient.
setTargetEtc(String, SkyPoint, SkyPoint) - Method in class org.britastro.grelf.hopper.Chart
Implementing ObservingListClient.
setTargetEtc(String, SkyPoint, SkyPoint) - Method in interface org.britastro.grelf.hopper.ObservingListClient
 
setText(String) - Method in class org.britastro.grelf.hopper.Button
 
setTychoId(String) - Method in class org.britastro.grelf.astro.Star
 
setValueAt(Object, int, int) - Method in class org.britastro.grelf.hopper.ObservingListTableModel
 
setValueAt(Object, int, int, boolean) - Method in class org.britastro.grelf.hopper.ObservingListTableModel
Version allowing control of whether a change event is triggered.
setVariability(Variability) - Method in class org.britastro.grelf.astro.Star
 
showMemory(String) - Static method in class org.britastro.grelf.Util
Show some JVM memory information in the console window.
sin() - Method in class org.britastro.grelf.Angle
 
sinDegs(double) - Static method in class org.britastro.grelf.Maths
Get sine of an angle given in degrees.
size() - Method in class org.britastro.grelf.hopper.Buttons
 
SkyObject - Interface in org.britastro.grelf.astro
 
SkyObjectDatabase - Class in org.britastro.grelf.astro
Singleton accessor for all star and deep sky object data.
SkyObjectDatabase() - Constructor for class org.britastro.grelf.astro.SkyObjectDatabase
 
SkyObjectDatabase.Neighbour - Class in org.britastro.grelf.astro
Object comprising a Star and its separation (Angle) from a given SkyPoint.
SkyObjectDatabase.Neighbour(Angle, Star) - Constructor for class org.britastro.grelf.astro.SkyObjectDatabase.Neighbour
 
SkyPoint - Class in org.britastro.grelf.astro
Representing a celestial position by equatorial coordinates (RA and Dec) for a given Equinox.
SkyPoint(RA, Dec, Epoch) - Constructor for class org.britastro.grelf.astro.SkyPoint
 
SkyPointDialogue - Class in org.britastro.grelf.astro
Presents a user interface for defining a org.britastro.grelf.astro.SkyPoint.
SkyPointDialogue(JFrame, SkyPointDialogueClient, String, List<SkyObjectDatabase.Neighbour>) - Constructor for class org.britastro.grelf.astro.SkyPointDialogue
 
SkyPointDialogueClient - Interface in org.britastro.grelf.astro
A creator of a SkyPointDialogue must implement this to get results back.
SkyPointPane - Class in org.britastro.grelf.astro
Does the real work of a SkyPointDialogue.
SkyPointPane(SkyPointDialogue, SkyPointDialogueClient, String, List<SkyObjectDatabase.Neighbour>) - Constructor for class org.britastro.grelf.astro.SkyPointPane
 
SkyVector - Class in org.britastro.grelf.astro
Represents a vector on the celestial sphere, eg between two SkyPoints.
SkyVector(double, double) - Constructor for class org.britastro.grelf.astro.SkyVector
The order of the parameters is like polar coordinates (r, theta).
SkyVector(Angle, Angle) - Constructor for class org.britastro.grelf.astro.SkyVector
The order of the parameters is like polar coordinates (r, theta).
smallerFont - Variable in class org.britastro.grelf.hopper.XYText
 
splitPath(String) - Static method in class org.britastro.grelf.Util
Split a path (may be using forward slashes or backslashes).
Star - Class in org.britastro.grelf.astro
A star can have several ids, from different catalogues.
Star(String, String, String, RA, Dec, Epoch, Magnitude, Variability) - Constructor for class org.britastro.grelf.astro.Star
Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(String, String, String, SkyPoint, Magnitude, Variability) - Constructor for class org.britastro.grelf.astro.Star
Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(String, String, String, RA, Dec, Epoch, Magnitude, Variability, double, double) - Constructor for class org.britastro.grelf.astro.Star
Generally two of the ids passed in will be expected to be null.
Star(String, String, String, RA, Dec, Epoch, Magnitude, Variability, ProperMotion) - Constructor for class org.britastro.grelf.astro.Star
Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(String, String, String, RA, Dec, Epoch, Magnitude, Variability, ProperMotion, double, double) - Constructor for class org.britastro.grelf.astro.Star
Generally two of the ids passed in will be expected to be null.
Star() - Constructor for class org.britastro.grelf.astro.Star
Set the fields individually after construction, if you really must.
starSize - Variable in class org.britastro.grelf.hopper.Chart
 
stdDev - Variable in class org.britastro.grelf.Maths.Statistics
 
subtract(Angle) - Method in class org.britastro.grelf.Angle
Returns a new Angle which is the result of subtracting other from this.
A B C D E F G H I J L M N O P R S T U V W X Y Z