Package | Description |
---|---|
org.vectomatic.svg.edit.client.command | |
org.vectomatic.svg.edit.client.command.add |
Modifier and Type | Class and Description |
---|---|
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
|
Constructor and Description |
---|
EditImageHrefCommand(CommandFactoryBase factory,
SVGElementModel model,
Map<String,Object> oldValues,
String description) |
EditTitleCommand(CommandFactoryBase factory,
SVGElementModel model,
Map<String,Object> oldValues,
String description) |
EditTransformCommand(CommandFactoryBase factory,
SVGElementModel model,
Map<String,Object> oldValues) |
GenericAddCommand(CommandFactoryBase factory,
SVGElementModel model) |
GenericEditCommand(CommandFactoryBase factory,
SVGElementModel model,
Map<String,Object> oldValues,
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.
|
Copyright © 2018. All Rights Reserved.