Package | Description |
---|---|
org.vectomatic.svg.edit.client.command | |
org.vectomatic.svg.edit.client.command.dnd |
Modifier and Type | Class and Description |
---|---|
class |
CommandBase
Base class for commands.
|
class |
EditImageHrefCommand
Command to represent a change in the href of an SVG image element
|
class |
EditTitleCommand
Command to represent a change in the title of an SVG element
|
class |
EditTransformCommand
Command to represent changes in the svg transform attribute of an element.
|
class |
GenericAddCommand
Generic command class to record addition of new SVG elements
to the model.
|
class |
GenericEditCommand
Generic class to record the edition of a property of an
svg element.
|
class |
GenericRemoveCommand
Class to represent the removal of one or many elements from
the SVG model.
|
Modifier and Type | Method and Description |
---|---|
protected ICommand |
EditImageHrefCommandFactory.createCommand(SVGElementModel model,
Map<String,Object> changes) |
protected ICommand |
EditTransformCommandFactory.createCommand(SVGElementModel model,
Map<String,Object> changes) |
ICommand |
GenericEditCommandFactory.createCommand(SVGElementModel model,
Map<String,Object> changes) |
protected ICommand |
EditGeometryCommandFactory.createCommand(SVGElementModel model,
Map<String,Object> changes) |
protected ICommand |
EditTitleCommandFactory.createCommand(SVGElementModel model,
Map<String,Object> changes) |
protected abstract ICommand |
EditCommandFactoryBase.createCommand(SVGElementModel model,
Map<String,Object> changes) |
Modifier and Type | Method and Description |
---|---|
void |
CommandStore.addCommand(ICommand command)
Adds a new command to the stack
|
Modifier and Type | Class and Description |
---|---|
class |
CloneCommand
Class to represent a tree cloning command
|
class |
CopyCommand
Class to represent a svg model to svg model command
|
class |
DndCommandBase |
class |
MoveCommand
Class to represent a tree reordering command
|
class |
ReorderCommand
Class to represent a tree reordering command
|
Copyright © 2018. All Rights Reserved.