|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jhotdraw.standard.AbstractCommand
org.jhotdraw.standard.ToggleGridCommand
A command to toggle the snap to grid behavior.
Nested Class Summary |
Nested classes inherited from class org.jhotdraw.standard.AbstractCommand |
AbstractCommand.EventDispatcher |
Constructor Summary | |
ToggleGridCommand(java.lang.String name,
DrawingEditor newDrawingEditor,
java.awt.Point grid)
Constructs a toggle grid command. |
Method Summary | |
void |
execute()
Executes the command. |
Methods inherited from class org.jhotdraw.standard.AbstractCommand |
addCommandListener, createEventDispatcher, createViewChangeListener, dispose, figureSelectionChanged, getDrawingEditor, getEventDispatcher, getUndoActivity, isExecutable, isExecutableWithView, isViewRequired, name, removeCommandListener, setName, setUndoActivity, view, viewCreated, viewDestroying, viewSelectionChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ToggleGridCommand(java.lang.String name, DrawingEditor newDrawingEditor, java.awt.Point grid)
name
- the command namenewDrawingEditor
- editorgrid
- the grid size. A grid size of 1,1 turns grid snapping off.Method Detail |
public void execute()
AbstractCommand
execute
in interface Command
execute
in class AbstractCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |