Package | Description |
---|---|
draw.controller.command |
The Command design pattern allows you to encapsulate requests to perform an action, and
decouple the client that requests the command from the service that carries out the action.
|
Modifier and Type | Class and Description |
---|---|
class |
AboutCommand |
class |
CopyCommand
Copy selected elements from model and put into clipboard.
|
class |
CutCommand
Cut selected elements from model and put into clipboard.
|
class |
DeleteCommand
Only top-level elements can be selected.
|
class |
DuplicateCommand
Only top-level elements can be selected.
|
class |
FillCommand
Fill selected items, which is recursively passed down into groups.
|
class |
GroupCommand
Group together selected elements.
|
class |
NewCommand
Create JSON string for model.
|
class |
OpenCommand
Create JSON string for model.
|
class |
PasteCommand
Paste selected elements from model and put into clipboard.
|
class |
PenCommand
Fill selected items, which is recursively passed down into groups.
|
class |
QuitCommand
Exit Application
|
class |
SaveCommand
Create JSON string for model.
|
class |
StrokeCommand
Set stroke for selected items, which is recursively passed down into groups.
|
class |
UngroupCommand |