Package | Description |
---|---|
org.vectomatic.svg.edit.client.command.add | |
org.vectomatic.svg.edit.client.command.edit | |
org.vectomatic.svg.edit.client.command.path |
Modifier and Type | Class and Description |
---|---|
class |
AddPathCommandFactory
Command factory to add new paths to the the SVG model.
|
Modifier and Type | Class and Description |
---|---|
class |
EditPathGeometryManipulator
2D manipulator class to edit path geometry.
|
Modifier and Type | Field and Description |
---|---|
protected IPathRepOwner |
SVGSegRep.owner
The owner of this segment
|
Constructor and Description |
---|
SVGCloseSegRep(IPathRepOwner owner,
org.vectomatic.dom.svg.OMSVGPathSegClosePath closeSeg) |
SVGCubicSegRep(IPathRepOwner owner,
org.vectomatic.dom.svg.OMSVGPathSegCurvetoCubicAbs cubicToSeg) |
SVGLineSegRep(IPathRepOwner owner,
org.vectomatic.dom.svg.OMSVGPathSegLinetoAbs lineToSeg) |
SVGMoveSegRep(IPathRepOwner owner,
org.vectomatic.dom.svg.OMSVGPathSegMovetoAbs moveToSeg) |
SVGQuadraticSegRep(IPathRepOwner owner,
org.vectomatic.dom.svg.OMSVGPathSegCurvetoQuadraticAbs quadraticToSeg) |
SVGSegRep(IPathRepOwner owner) |
Copyright © 2018. All Rights Reserved.