|
|||||||||
| 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.PixyDesktop.MatchingSettingDialog
The MatchingSettingDialog represents a dialog to select
the matching operation mode.
| Inner Class Summary | |
protected class |
MatchingSettingDialog.ModeListener
The ModeListener is a listener class of
selection of a radio button in the matching operation mode. |
| Field Summary | |
protected javax.swing.JCheckBox |
checkbox_loose
The check box which represents the loose judgement. |
static int |
MODE_DEFAULT
The mode number which indicates the default matching process. |
static int |
MODE_RETRY
The mode number which indicates to retry at most 9 times. |
static int |
MODE_SEARCH
The mode number which indicates to search the position. |
static int |
MODE_SKIP_MATCHING
The mode number which indicates to skip matching process. |
protected javax.swing.JRadioButton |
radio_default
The radio button for default matching process. |
protected javax.swing.JRadioButton |
radio_retry
The radio button to retry at most 9 times. |
protected javax.swing.JRadioButton |
radio_search
The radio button to search the position. |
protected javax.swing.JRadioButton |
radio_skip_matching
The radio button to skip matching process. |
protected javax.swing.JTextField |
text_rotation
The text field to input the position angle of up. |
protected javax.swing.JTextField |
text_search_radius
The text field to input the search radius. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
MatchingSettingDialog()
Constructs a MatchingSettingDialog. |
|
| Method Summary | |
int |
getMode()
Gets the matching operation mode. |
double |
getPositionAngleOfUp()
Gets the position angle of up. |
double |
getSearchRadius()
Gets the search radius. |
protected java.lang.String |
getTitle()
Gets the title of the dialog. |
boolean |
isLooseJudgementSelected()
Returns true when loose judgement is selected. |
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 |
|
| Field Detail |
protected javax.swing.JRadioButton radio_default
protected javax.swing.JRadioButton radio_retry
protected javax.swing.JRadioButton radio_skip_matching
protected javax.swing.JRadioButton radio_search
protected javax.swing.JTextField text_rotation
protected javax.swing.JTextField text_search_radius
protected javax.swing.JCheckBox checkbox_loose
public static final int MODE_DEFAULT
public static final int MODE_RETRY
public static final int MODE_SKIP_MATCHING
public static final int MODE_SEARCH
| Constructor Detail |
public MatchingSettingDialog()
MatchingSettingDialog.| Method Detail |
protected java.lang.String getTitle()
protected void setDefaultValues()
protected void saveDefaultValues()
public int getMode()
public double getPositionAngleOfUp()
public double getSearchRadius()
public boolean isLooseJudgementSelected()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||