|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.gui.dialog.Dialog
|
+--net.aerith.misao.toolkit.VariableStarSearch.VariableStarSearchSettingDialog
The VariableStarSearchSettingDialog represents a
dialog to set up parameters to search variable stars.
| Field Summary | |
protected javax.swing.JRadioButton |
radio_blending_blended
The radio button for the blending policy to search variability based on blended magnitude. |
protected javax.swing.JRadioButton |
radio_blending_not_considered
The radio button for the blending policy to search variability based on measured magnitude. |
protected javax.swing.JRadioButton |
radio_blending_rejected
The radio button for the blending policy to reject blending stars. |
protected javax.swing.JTextField |
text_ignore_edge
The text field to input the pixels from edge to ignore. |
protected javax.swing.JTextField |
text_limiting_mag
The text field to input the limiting magnitude of the peak. |
protected javax.swing.JTextField |
text_mag_threshold
The text field to input the threshold of magnitude difference. |
protected javax.swing.JTextField |
text_period_window_size
The text field to input the period window size in days. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
VariableStarSearchSettingDialog()
Constructs a VariableStarSearchSettingDialog. |
|
| Method Summary | |
int |
getBlendingPolicy()
Gets the number of policy on blending. |
int |
getIgnoreEdge()
Gets the pixels from edge to ignore. |
double |
getLimitingMagnitude()
Gets the limiting magnitude of the peak. |
double |
getMagnitudeThreshold()
Gets the threshold of magnitude difference. |
double |
getPeriodWindowSize()
Gets the period window size in days. |
protected java.lang.String |
getTitle()
Gets the title of the dialog. |
protected void |
saveDefaultValues()
Saves the default values. |
void |
setBlendingPolicy(int policy)
Sets the number of policy on blending. |
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 |
|
| Field Detail |
protected javax.swing.JTextField text_mag_threshold
protected javax.swing.JTextField text_limiting_mag
protected javax.swing.JTextField text_period_window_size
protected javax.swing.JTextField text_ignore_edge
protected javax.swing.JRadioButton radio_blending_not_considered
protected javax.swing.JRadioButton radio_blending_blended
protected javax.swing.JRadioButton radio_blending_rejected
| Constructor Detail |
public VariableStarSearchSettingDialog()
VariableStarSearchSettingDialog.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public double getMagnitudeThreshold()
public double getLimitingMagnitude()
public double getPeriodWindowSize()
public int getIgnoreEdge()
public int getBlendingPolicy()
public void setBlendingPolicy(int policy)
policy - the number of policy on blending.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||