| ArcEdgeStyle () | in
ArcEdgeStyle | Creates a new instance. |
| BezierEdgeStyle () | in
BezierEdgeStyle | |
| BridgeEdgeStyle () | in
BridgeEdgeStyle | |
| calculateTotalCropLength (IArrow, boolean) | in
EdgePathCropper | Calculates the total length the edge path is cropped. |
| cropEdgePath (IEdge, boolean, IArrow, GeneralPath) | in
EdgePathCropper | Crops the provided path at one end of an edge. |
| cropEdgePathAtArrow (boolean, IArrow, GeneralPath) | in
EdgePathCropper | Crops an edge's path at the source or target side with respect to the given arrow. |
| cropEdgePathAtPortGeometry (IEdge, boolean, IArrow, GeneralPath) | in
EdgePathCropper | Crops an edge's path at the source or target side at the port geometry with respect to the given arrow. |
| handleEmptyPath (IEdge, boolean, IArrow, GeneralPath) | in
EdgePathCropper | Handles the edge path cropping if cropEdgePath would result in a cleared path. |
| addArrows (IRenderContext, SVGGElement, IEdge, GeneralPath, IArrow, IArrow) | in
EdgeStyleBase | Adds the arrows to a given container. |
| cropPath (IEdge, IArrow, IArrow, GeneralPath) | in
EdgeStyleBase | Crops the edge's path at the nodes. |
| getSourceArrowAnchor (GeneralPath, IArrow) | in
EdgeStyleBase | Calculates the source arrow anchor and direction for a given arrow and path. |
| getTargetArrowAnchor (GeneralPath, IArrow) | in
EdgeStyleBase | Calculates the target arrow anchor and direction for a given arrow and path. |
| updateArrows (IRenderContext, SVGGElement, IEdge, GeneralPath, IArrow, IArrow) | in
EdgeStyleBase | Updates the arrows in a given container. |
| create (function(IEdge, boolean, IArrow, GeneralPath):GeneralPath) | in
IEdgePathCropper | |
| cropEdgePath (IEdge, boolean, IArrow, GeneralPath) | in
IEdgePathCropper | Crops the provided path at one end of an edge. |
| cropPath (IEdge, GeneralPath, IArrow?, IArrow?) | in
PathEdgeStyleBase | Crops the edge's path at its source and target nodes. |
| getSourceArrowAnchor (GeneralPath, IArrow) | in
PathEdgeStyleBase | Calculates the source arrow anchor and direction for a given arrow and path. |
| getTargetArrowAnchor (GeneralPath, IArrow) | in
PathEdgeStyleBase | Calculates the target arrow anchor and direction for a given arrow and path. |
| PolylineEdgeStyle () | in
PolylineEdgeStyle | |