Interface | Description |
---|---|
ICommand |
Interface to represent a command.
|
ICommandFactory |
Interface for command factories.
|
IFactoryInstantiator<T extends ICommandFactory> |
Interface to instantiate command factories
|
IModelFilter |
Interface to filter SVG models
|
Class | Description |
---|---|
CommandBase |
Base class for commands.
|
CommandFactories |
Class to list all the command factories available in the application
|
CommandFactoryBase |
Base class for command factories
|
CommandFactorySelector |
Class to manage the command factories and their lifecycle.
|
CommandStore |
Class to represent the stack of commands which have
been applied to an SVG model to edit it.
|
DndCommandFactory |
Base class for drag and drop command factories
|
EditCommandFactoryBase |
Base class for command factories which edit an existing SVG element model
|
EditGeometryCommandFactory |
Class to edit the attributes belonging to the geometry model category
|
EditImageHrefCommand |
Command to represent a change in the href of an SVG image element
|
EditImageHrefCommandFactory | |
EditTitleCommand |
Command to represent a change in the title of an SVG element
|
EditTitleCommandFactory |
Command factory to record changes in the title of svg elements
|
EditTransformCommand |
Command to represent changes in the svg transform attribute of an element.
|
EditTransformCommandFactory |
Command factory to record changes in the svg transform attribute of an element.
|
FactoryInstantiatorBase<T extends ICommandFactory> |
Base class for classes which instantiate command factories.
|
GenericAddCommand |
Generic command class to record addition of new SVG elements
to the model.
|
GenericEditCommand |
Generic class to record the edition of a property of an
svg element.
|
GenericEditCommandFactory |
Command factory to record changes to one property of an SVG element.
|
GenericRemoveCommand |
Class to represent the removal of one or many elements from
the SVG model.
|
ManipulatorCommandFactoryBase |
Base class for command factories which display a graphical
manipulator to let the end-user interact with an SVG element
|
MetaModelFilter |
Filter implementation to accept only elements which belong
to one specified metamodel.
|
RemoveElementsCommandFactory |
Command factory to build commands which remove elements from the model
|
ShowPropertiesCommandFactory |
Command factory to trigger the display of the property inspector
|
Enum | Description |
---|---|
DndCommandFactory.DropGesture |
Enum to represent the drop gestures
|
Copyright © 2018. All Rights Reserved.