|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractCommand | |
---|---|
org.jhotdraw.contrib.zoom | |
org.jhotdraw.figures | |
org.jhotdraw.standard | |
org.jhotdraw.util |
Uses of AbstractCommand in org.jhotdraw.contrib.zoom |
---|
Subclasses of AbstractCommand in org.jhotdraw.contrib.zoom | |
---|---|
class |
ZoomCommand
A ZoomCommand allows for applying a zoom factor to a ZoomDrawingView. |
Uses of AbstractCommand in org.jhotdraw.figures |
---|
Subclasses of AbstractCommand in org.jhotdraw.figures | |
---|---|
class |
GroupCommand
Command to group the selection into a GroupFigure. |
class |
InsertImageCommand
Command to insert a named image. |
class |
UngroupCommand
Command to ungroup the selected figures. |
Uses of AbstractCommand in org.jhotdraw.standard |
---|
Subclasses of AbstractCommand in org.jhotdraw.standard | |
---|---|
class |
AlignCommand
Align a selection of figures relative to each other. |
class |
BringToFrontCommand
BringToFrontCommand brings the selected figures in the front of the other figures. |
class |
ChangeAttributeCommand
Command to change a named figure attribute. |
class |
CopyCommand
Copy the selection to the clipboard. |
class |
CutCommand
Delete the selection and move the selected figures to the clipboard. |
class |
DeleteCommand
Command to delete the selection. |
class |
DuplicateCommand
Duplicate the selection and select the duplicates. |
class |
FigureTransferCommand
Common base clase for commands that transfer figures between a drawing and the clipboard. |
class |
PasteCommand
Command to insert the clipboard into the drawing. |
class |
SelectAllCommand
Command to select all figures in a view. |
class |
SendToBackCommand
A command to send the selection to the back of the drawing. |
class |
ToggleGridCommand
A command to toggle the snap to grid behavior. |
Uses of AbstractCommand in org.jhotdraw.util |
---|
Subclasses of AbstractCommand in org.jhotdraw.util | |
---|---|
class |
RedoCommand
Command to redo the latest undone change in the drawing. |
class |
UndoCommand
Command to undo the latest change in the drawing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |