|
|||||||||
| 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.ImageConversion.TransformationDialog
The TransformationDialog represents a dialog to set
the image size or scale.
| Field Summary | |
protected TransformationPanel |
transform_panel
The panel to set the image size or scale. |
| Fields inherited from class net.aerith.misao.gui.dialog.Dialog |
components,
default_values,
parent_pane |
| Constructor Summary | |
TransformationDialog()
Constructs an TransformationDialog. |
|
| Method Summary | |
Size |
getImageSize()
Gets the image size. |
int |
getScale()
Gets the image scale. |
protected java.lang.String |
getTitle()
Gets the title of the dialog. |
boolean |
isScale()
Returns true if the scale is selected. |
boolean |
isSize()
Returns true if the size is selected. |
boolean |
rescalesSbig()
Returns true when to rescale ST-4/6 Image. |
void |
selectScale()
Selects the scale. |
void |
selectSize()
Selects the size. |
void |
setImageSize(Size size)
Sets the image size. |
void |
setRescaleSbig(boolean flag)
Sets the flag to rescale ST-4/6 Image. |
void |
setScale(int scale)
Sets the image scale. |
| Methods inherited from class net.aerith.misao.gui.dialog.Dialog |
saveDefaultValues,
show |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected TransformationPanel transform_panel
| Constructor Detail |
public TransformationDialog()
TransformationDialog.| Method Detail |
protected java.lang.String getTitle()
public boolean isSize()
public boolean isScale()
public void selectSize()
public void selectScale()
public Size getImageSize()
public int getScale()
public void setImageSize(Size size)
size - the image size.public void setScale(int scale)
scale - the image scale.public boolean rescalesSbig()
public void setRescaleSbig(boolean flag)
flag - true when to rescale ST-4/6 Image.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||