net.aerith.misao.gui.dialog
Class MeridianImageTransformFilterSettingDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.Dialog
        |
        +--net.aerith.misao.gui.dialog.MeridianImageTransformFilterSettingDialog

public class MeridianImageTransformFilterSettingDialog
extends Dialog

The MeridianImageTransformFilterSettingDialog represents a dialog to set the parameters for the image processing filter to transform a meridian image.


Field Summary
protected  javax.swing.JTextField text_decl
          The text field to input the declination of the center.
protected  javax.swing.JTextField text_pixel_size
          The text field to input the pixel size in arcsec.
protected  javax.swing.JTextField text_ra_interval
          The text field to input the R.A.
 
Fields inherited from class net.aerith.misao.gui.dialog.Dialog
components, default_values, parent_pane
 
Constructor Summary
MeridianImageTransformFilterSettingDialog()
          Constructs a MeridianImageTransformFilterSettingDialog.
 
Method Summary
 double getDeclAtCenter()
          Gets the declination of the center.
 double getPixelSizeInArcsec()
          Gets the pixel size in arcsec.
 double getRAIntervalInSecond()
          Gets the R.A.
protected  java.lang.String getTitle()
          Gets the title of the dialog.
protected  void saveDefaultValues()
          Saves the default values.
protected  void setDefaultValues()
          Sets the default values.
 
Methods inherited from class net.aerith.misao.gui.dialog.Dialog
show
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

text_decl

protected javax.swing.JTextField text_decl
The text field to input the declination of the center.

text_pixel_size

protected javax.swing.JTextField text_pixel_size
The text field to input the pixel size in arcsec.

text_ra_interval

protected javax.swing.JTextField text_ra_interval
The text field to input the R.A. interval in second.
Constructor Detail

MeridianImageTransformFilterSettingDialog

public MeridianImageTransformFilterSettingDialog()
Constructs a MeridianImageTransformFilterSettingDialog.
Method Detail

getTitle

protected java.lang.String getTitle()
Gets the title of the dialog.
Overrides:
getTitle in class Dialog
Returns:
the title of the dialog.

setDefaultValues

protected void setDefaultValues()
Sets the default values.

saveDefaultValues

protected void saveDefaultValues()
Saves the default values.
Overrides:
saveDefaultValues in class Dialog

getDeclAtCenter

public double getDeclAtCenter()
Gets the declination of the center.
Returns:
the declination of the center.

getPixelSizeInArcsec

public double getPixelSizeInArcsec()
Gets the pixel size in arcsec.
Returns:
the pixel size in arcsec.

getRAIntervalInSecond

public double getRAIntervalInSecond()
Gets the R.A. interval in second.
Returns:
the R.A. interval in second.