Modifier and Type | Class and Description |
---|---|
class |
DndCommandFactory
Base class for drag and drop command factories
|
class |
EditGeometryCommandFactory
Class to edit the attributes belonging to the geometry model category
|
class |
EditTransformCommandFactory
Command factory to record changes in the svg transform attribute of an element.
|
class |
ManipulatorCommandFactoryBase
Base class for command factories which display a graphical
manipulator to let the end-user interact with an SVG element
|
Modifier and Type | Class and Description |
---|---|
class |
AddCircleCommandFactory
Command factory to add new circles to the the SVG model.
|
class |
AddEllipseCommandFactory
Command factory to add new ellipses 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.
|
Modifier and Type | Class and Description |
---|---|
class |
EditCircleGeometryManipulator
2D manipulator class to edit circle geometry.
|
class |
EditEllipseGeometryManipulator
2D manipulator class to edit ellipse geometry.
|
class |
EditImageGeometryManipulator
2D manipulator class to edit image geometry.
|
class |
EditLineGeometryManipulator
2D manipulator class to edit line segment geometry.
|
class |
EditManipulatorBase
Base class for manipulators
|
class |
EditPathGeometryManipulator
2D manipulator class to edit path geometry.
|
class |
EditRectGeometryManipulator
2D manipulator class to edit rectangle geometry.
|
class |
EditSVGPointsManipulator
2D manipulator class to edit polyline and polygon geometry.
|
class |
EditTransformManipulator
2D manipulator class to edit an SVG transform.
|
class |
EditUseGeometryManipulator
2D manipulator class to edit rectangle geometry.
|
class |
EditViewBoxGeometryManipulator
2D manipulator class to edit viewbox geometry.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyPressProcessor
Interface for key press event processors
|
interface |
KeyUpProcessor
Interface for key up event processors
|
interface |
MouseDownProcessor
Interface for mousedown event processors
|
interface |
MouseMoveProcessor
Interface for mousemove event processors
|
interface |
MouseUpProcessor
Interface for mouseup event processors
|
Copyright © 2018. All Rights Reserved.