|
||||||||||
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.AlignCommand
public class AlignCommand
Align a selection of figures relative to each other.
Nested Class Summary | |
---|---|
static class |
AlignCommand.Alignment
|
static class |
AlignCommand.UndoActivity
|
Nested classes/interfaces inherited from class org.jhotdraw.standard.AbstractCommand |
---|
AbstractCommand.EventDispatcher |
Constructor Summary | |
---|---|
AlignCommand(AlignCommand.Alignment newAlignment,
DrawingEditor newDrawingEditor)
Constructs an alignment command. |
Method Summary | |
---|---|
void |
execute()
Executes the command. |
AlignCommand.Alignment |
getAlignment()
|
Methods inherited from class org.jhotdraw.standard.AbstractCommand |
---|
addCommandListener, dispose, figureSelectionChanged, getDrawingEditor, getUndoActivity, isExecutable, name, removeCommandListener, setName, setUndoActivity, view |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlignCommand(AlignCommand.Alignment newAlignment, DrawingEditor newDrawingEditor)
newAlignment
- the alignment operation (LEFTS, CENTERS, RIGHTS, etc.)newDrawingEditor
- the DrawingEditor which manages the viewsMethod Detail |
---|
public void execute()
AbstractCommand
execute
in interface Command
execute
in class AbstractCommand
public AlignCommand.Alignment getAlignment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |