Remarks
More precisely, this class calculates the source/target coordinates, bend points and edge length (including potential cropping) of the edge's shape. You can control the cropping by the VsdxExportConfiguration.cropEdgePaths property of VsdxExportConfiguration.
This processing step has to be registered to the list of IShapeProcessingSteps of the VsdxExportConfiguration and needs to run after PortConnectionProcessingStep.
Members
Constructors
Initializes a new instance of the EdgePathProcessingStep class.
Initializes a new instance of the EdgePathProcessingStep class.
Methods
Defined in
ShapeProcessingStepBase.clearParameters
- shape: Shape
The shape representing the edge.
- sourceConnection: Connection
The source connection representing the source port.
- targetConnection: Connection
The target connection representing the target port.
- edge: IEdge
The edge this shape represents.
- context: ShapeProcessingContext
Overrides
ShapeProcessingStepBase.edgeParameters
- shape: Shape
The shape representing the label.
- ownerShape: Shape
The shape representing the label's owner. In case the owner is a node, this is the container shape of the node.
- label: ILabel
The label this shape represents
- context: ShapeProcessingContext
Defined in
ShapeProcessingStepBase.labelThis method may now set or modify any values of the shape.
Parameters
- shape: Shape
The shape representing the visual appearance of the node.
- containerShape: GroupShape
The shape containing all shapes belonging to this node, including shapes for labels, ports and the shape passed as first argument.
- node: INode
The node this shape represents.
- context: ShapeProcessingContext
Defined in
ShapeProcessingStepBase.nodeSee node.
See node.
Parameters
- shape: Shape
The shape representing the port.
- ownerShape: GroupShape
The shape representing the port's owner. In case the owner is a node, this is the container shape of the node.
- port: IPort
The port this shape represents.
- context: ShapeProcessingContext