public abstract class MoveAction extends AbstractSelectedAction
Modifier and Type | Class and Description |
---|---|
static class |
MoveAction.East |
static class |
MoveAction.North |
static class |
MoveAction.South |
static class |
MoveAction.West |
Constructor and Description |
---|
MoveAction(DrawingEditor editor,
int dx,
int dy)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
dispose, fireUndoableEditHappened, getDrawing, getEditor, getView, isUpdatEnabledState, setEditor, setUpdateEnabledState, updateEnabledState
public MoveAction(DrawingEditor editor, int dx, int dy)