public class TileStretchingDialog
extends java.lang.Object
| Constructor and Description |
|---|
TileStretchingDialog()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeightValue()
Returns the height value.
|
@NotNull java.lang.Integer[] |
getSubLayers()
Returns the sub-layers to affect.
|
boolean |
isTileStretchingAbsolute()
Action method for "absolute" action.
|
void |
setTileStretchingAbsolute(boolean isAbsolute)
Action method for "absolute" action.
|
boolean |
showTileStretchingDialog(@NotNull java.awt.Component parent)
Displays the tile stretching dialog.
|
void |
tileStretchingCancel()
Action method to close the dialog with "Cancel".
|
void |
tileStretchingOkay()
Action method to close the dialog with "OK".
|
public boolean showTileStretchingDialog(@NotNull
@NotNull java.awt.Component parent)
parent - the parent component for the dialog@ActionMethod public void tileStretchingOkay()
@ActionMethod public boolean isTileStretchingAbsolute()
@ActionMethod public void setTileStretchingAbsolute(boolean isAbsolute)
isAbsolute - whether the checkbox is checked@ActionMethod public void tileStretchingCancel()
public int getHeightValue()
@NotNull public @NotNull java.lang.Integer[] getSubLayers()