Modifier and Type | Class and Description |
---|---|
class |
FactoryInstantiatorBase<T extends ICommandFactory>
Base class for classes which instantiate command factories.
|
interface |
IFactoryInstantiator<T extends ICommandFactory>
Interface to instantiate command factories
|
Modifier and Type | Class and Description |
---|---|
class |
CommandFactoryBase
Base class for command factories
|
class |
DndCommandFactory
Base class for drag and drop command factories
|
class |
EditCommandFactoryBase
Base class for command factories which edit an existing SVG element model
|
class |
EditGeometryCommandFactory
Class to edit the attributes belonging to the geometry model category
|
class |
EditImageHrefCommandFactory |
class |
EditTitleCommandFactory
Command factory to record changes in the title of svg elements
|
class |
EditTransformCommandFactory
Command factory to record changes in the svg transform attribute of an element.
|
class |
GenericEditCommandFactory
Command factory to record changes to one property of an SVG element.
|
class |
ManipulatorCommandFactoryBase
Base class for command factories which display a graphical
manipulator to let the end-user interact with an SVG element
|
class |
RemoveElementsCommandFactory
Command factory to build commands which remove elements from the model
|
class |
ShowPropertiesCommandFactory
Command factory to trigger the display of the property inspector
|
Modifier and Type | Field and Description |
---|---|
protected ICommandFactory |
CommandBase.factory |
Modifier and Type | Method and Description |
---|---|
ICommandFactory |
CommandFactorySelector.getActiveFactory()
Returns the currently active factory
|
ICommandFactory |
CommandBase.getFactory()
Returns the factory which manufactured this command
|
ICommandFactory |
ICommand.getFactory()
Returns the factory which manufactured this command
|
Modifier and Type | Method and Description |
---|---|
void |
CommandFactorySelector.pushFactory(ICommandFactory factory)
Pushes the factory on the stack.
|
Constructor and Description |
---|
CommandBase(ICommandFactory factory) |
GenericRemoveCommand(ICommandFactory factory,
List<SVGElementModel> models,
String description) |
Modifier and Type | Class and Description |
---|---|
class |
AddCircleCommandFactory
Command factory to add new circles to the the SVG model.
|
class |
AddCommandFactoryBase
Base class for command factories which add elements
to the model.
|
class |
AddEllipseCommandFactory
Command factory to add new ellipses to the the SVG model.
|
class |
AddGroupCommandFactory
Command factory to add new groups to the the SVG model.
|
class |
AddLineCommandFactory
Command factory to add new lines to the the SVG model.
|
class |
AddPathCommandFactory
Command factory to add new paths to the the SVG model.
|
class |
AddPolygonCommandFactory
Command factory to add new polygons to the the SVG model.
|
class |
AddPolylineCommandFactory
Command factory to add new polylines to the the SVG model.
|
class |
AddRectCommandFactory
Command factory to add new rects to the SVG model.
|
Constructor and Description |
---|
DndCommandBase(ICommandFactory factory) |
Modifier and Type | Method and Description |
---|---|
ICommandFactory |
CommandFactorySelectorChangeEvent.getCommandFactory() |
Constructor and Description |
---|
CommandFactorySelectorChangeEvent(ICommandFactory commandFactory) |
Constructor and Description |
---|
ManipulatorSectionFactory(ICommandFactory commandFactory) |
Copyright © 2018. All Rights Reserved.