- calcDistAndAngDiameter() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate an object's distance and angular diameter.
- calcMiscData(int, boolean) - Static method in class jll.celcalc.chap8.Misc
-
Calculate miscellaneous data items about an object.
- calcObjIllumination() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate how much of an object is illuminated.
- calcObjMagnitude() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate an object's (apparent) visual magnitude.
- calcObjMiscData() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate miscellaneous data items about an object.
- calcObjPeriAphDist() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate the distance an object will be from the Sun when
it passes through perhelion/aphelion.
- calcObjPosition() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate the position of an object, using the currently
loaded orbital elements and the current observer position.
- calcObjRiseSet() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate the times that an object will rise and set.
- calcPlanetPeriAphelion() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Calculate when a planet, including the Earth, will pass
through perihelion and aphelieon.
- changemVFilter() - Method in class jll.celcalc.chap8.StarChartActions
-
Ask user for a filter and update the GUI
- ChapGUI - Class in jll.celcalc.chap8
-
Implements the main GUI
- ChapGUI() - Constructor for class jll.celcalc.chap8.ChapGUI
-
Create the GUI frame.
- ChapMenuItems - Class in jll.celcalc.chap8
-
This class extends JMenuItem to add some additional fields, which
simplifies the code for adding items to the menu bar and determining
what actions to take as various menu items are selected.
- ChapMenuItems() - Constructor for class jll.celcalc.chap8.ChapMenuItems
-
This class constructor creates ChapMnuItm objects (e.g., menu items) for
the Solar Info and Orbital Elements menus.
- ChapMenuItems.CalculationType - Enum in jll.celcalc.chap8
-
Define values for the eCalcType field in a ChapMenuItem class.
- ChapMenuItems.ChapMnuItm - Class in jll.celcalc.chap8
-
Define a class for what a menu item looks like
- ChapMnuItm(String, ChapMenuItems.CalculationType) - Constructor for class jll.celcalc.chap8.ChapMenuItems.ChapMnuItm
-
This class constructor creates a ChapMnuItem when conversion data is supplied.
- checkOEDBLoaded() - Static method in class jll.celcalc.chap8.ChapGUI
-
Checks to see if an orbital elements database has been
successfully loaded, and display an error message if not.
- checkOEDBLoaded(boolean) - Static method in class jll.celcalc.chap8.ChapGUI
-
Checks to see if an orbital elements database has been
successfully loaded, and display an error message if not.
- clearTextAreas() - Static method in class jll.celcalc.chap8.ChapGUI
-
Clears the text areas in the GUI and any currently
displayed star chart.
- computeLST() - Static method in class jll.celcalc.chap8.Misc
-
This method computes the LST for the observer's current location
and time.
- getAboutCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the About menu item.
- getCalcType() - Method in class jll.celcalc.chap8.ChapMenuItems.ChapMnuItm
-
Gets the type of calculation to perform.
- getCanvasSize() - Static method in class jll.celcalc.chap8.ChapGUI
-
Determines the size of the drawing canvas for a star chart.
- getChapMenuCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the Solar Sys Info, Data Files, and Star Charts menu items.
- getChartOnScreen() - Static method in class jll.celcalc.chap8.ChapGUI
-
Return the status of whether there is a chart currently being displayed.
- getCSTCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the CST radio button.
- getcurrentmVFilter() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current mV filter setting
- getcurrentObserver() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current observer.
- getcurrentOrbitalElements() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the currently loaded orbital elements
- getDataFilesMenu() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the Data Files menu.
- getDSTStatus() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current status of the DST check box
- GETEARTH - Static variable in class jll.celcalc.chap8.Misc
-
whether to ask user for the Earth
- getEQChartStatus() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current status of the EQChart check box
- getESTCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the EST radio button.
- getExitCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the Exit menu item.
- getInstructionsCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the Instructions menu item.
- getj0(int) - Static method in class jll.celcalc.chap8.Planets
-
Gets the j0 parameter for interpolating to get perihelion/aphelion.
- getj1(int) - Static method in class jll.celcalc.chap8.Planets
-
Gets the j1 parameter for interpolating to get perihelion/aphelion.
- getj2(int) - Static method in class jll.celcalc.chap8.Planets
-
Gets the j2 parameter for interpolating to get perihelion/aphelion.
- getk0(int) - Static method in class jll.celcalc.chap8.Planets
-
Gets the k0 parameter for interpolating to get perihelion/aphelion.
- getk1(int) - Static method in class jll.celcalc.chap8.Planets
-
Gets the k1 parameter for interpolating to get perihelion/aphelion.
- getKeplerRadBtnSetting() - Method in class jll.celcalc.chap8.TrueAnomalyRBs
-
Gets the current selection of the radio buttons
- getLabelObjs() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current status of the Label Objects check box
- getLongitudeCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the Longitude radio button.
- getMenuListener() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the listener for the menu items
- GETMOON - Static variable in class jll.celcalc.chap8.Misc
-
whether to ask user for the Moon
- getMSTCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the MST radio button.
- getNumPlanets() - Static method in class jll.celcalc.chap8.Planets
-
Gets the number of planets in the planetsTable.
- getPlanetName(int) - Static method in class jll.celcalc.chap8.Planets
-
Gets a planet's name.
- getPrtInstance() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the ASTPrt instance for this application's scrollable text pane area.
- getPSTCommand() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the command that represents the PST radio button.
- getSelectedRBStatus() - Static method in class jll.celcalc.chap8.ChapGUI
-
Determine what time zone radio button is selected
- getShowInterimCalcsStatus() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the status of the Show Interim Calculations checkbox
- getSolarSysEqCoord(int) - Static method in class jll.celcalc.chap8.Misc
-
Get the equatorial coordinates for a solar system object
for the current observer.
- getSolarSysInfoMenu() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the Solar System Info menu.
- getStarChart() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current star chart instance.
- getStarChartsMenu() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the Star Charts menu.
- GETSUN - Static variable in class jll.celcalc.chap8.Misc
-
whether to ask user for the Sun
- getTextPane() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the scrollable text pane area for this GUI.
- getTrueAnomalyRBStatus() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current selection of the radio buttons for solving Kepler's equation
- getValidObj(boolean, boolean, boolean) - Static method in class jll.celcalc.chap8.Misc
-
Ask user for a Solar System object's name and return its index.
- getValidPlanet() - Static method in class jll.celcalc.chap8.Planets
-
Ask user for a planet's name and return its index from the currently
loaded orbital elements.
- getWhiteChartStatus() - Static method in class jll.celcalc.chap8.ChapGUI
-
Gets the current status of the White Chart check box
- setCatalogType(String) - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the Catalog type in the GUI.
- setChartOnScreen(boolean) - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets a flag indicating whether a chart is currently displayed.
- setCSTRadBtn() - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the CST radio button to true
- setEpoch(double) - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the Epoch label in the GUI.
- setESTRadBtn() - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the EST radio button to true
- setFilename(String) - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the filename label to be displayed in the GUI.
- setLonRadBtn() - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the Longitude radio button to true
- setMSTRadBtn() - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the MST radio button to true
- setmVFilter(double) - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the mv Filter label to be displayed in the GUI.
- setParentFrame(JFrame) - Method in class jll.celcalc.chap8.TrueAnomalyRBs
-
Saves a reference to the caller's parent frame so the dialog can be centered on the
parent application's window.
- setPSTRadBtn() - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the PST radio button to true
- setResults(String) - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the results label in the GUI
- setShowInterimCalcsStatus(boolean) - Static method in class jll.celcalc.chap8.ChapGUI
-
Sets the status of the Show Interim Calculations checkbox
- setTerminationCriteria() - Method in class jll.celcalc.chap8.SolarSysInfoActions
-
Set the termination criteria for solving Kepler's equation
- showAboutBox() - Static method in class jll.celcalc.chap8.ChapGUI
-
Shows the About Box
- showAllOrbitalElements() - Method in class jll.celcalc.chap8.DataFilesActions
-
Shows all of the orbital elements and other data from whatever
orbital elements database is currently loaded.
- showCatalogInfo() - Method in class jll.celcalc.chap8.DataFilesActions
-
Shows the catalog information from the currently loaded catalog.
- showDialog() - Method in class jll.celcalc.chap8.TrueAnomalyRBs
-
Shows the dialog
- showKeplerDialog() - Static method in class jll.celcalc.chap8.ChapGUI
-
Shows the dialog for selecting a method for solving Kepler's equation.
- showObjOrbitalElements() - Method in class jll.celcalc.chap8.DataFilesActions
-
Shows the orbital elements and other data for an object from
whatever orbital elements database is currently loaded.
- SolarSysInfoActions - Class in jll.celcalc.chap8
-
Handles the Solar Sys Info menu items
- SolarSysInfoActions() - Constructor for class jll.celcalc.chap8.SolarSysInfoActions
-
- StarChartActions - Class in jll.celcalc.chap8
-
Handles the Star Charts menu items
- StarChartActions() - Constructor for class jll.celcalc.chap8.StarChartActions
-