| createEdgeCore (IGraph, INode, INode, IEdgeStyle, IEdge['tag']) | in
EdgeCreator | Called from createEdge and performs the actual edge creation in the graph. |
| EdgeDefaults () | in
EdgeDefaults | Initializes a new instance of the EdgeDefaults class with default edge style, label, and port defaults. |
| FoldingEdgeDefaults (IEdgeDefaults?, ) | in
FoldingEdgeDefaults | Creates a new instance of this type, optionally configuring the values from the given IEdgeDefaults object. |
| createEdge (INode, INode, IEdgeStyle?, IEdge['tag']?, ) | in
Graph | Creates and returns an edge that connects to the given node instances using the given style instance. |
| createEdge (IPort, IPort, IEdgeStyle?, IEdge['tag']?, ) | in
Graph | |
| createUndoUnitForEdgeStyleChange (IEdge, IEdgeStyle) | in
Graph | Creates the undo unit for changing the style of the given edge. |
| onChangingEdgeStyle (IEdge, IEdgeStyle) | in
Graph | Called before an edge style is being changed. |
| onEdgeStyleChanged (IEdge, IEdgeStyle) | in
Graph | Called after the style of an edge has changed. |
| setStyle (IEdge, IEdgeStyle) | in
Graph | |
| createEdge (IPort, IPort, IEdgeStyle?, IEdge['tag']?, ) | in
GraphWrapperBase | |
| createEdge (INode, INode, IEdgeStyle?, IEdge['tag']?, ) | in
GraphWrapperBase | |
| onEdgeStyleChanged (ItemChangedEventArgs<IEdge,IEdgeStyle>) | in
GraphWrapperBase | Raises the edge-style-changed event. |
| setStyle (IEdge, IEdgeStyle) | in
GraphWrapperBase | |
| createEdge (IPort, IPort, IEdgeStyle?, IEdge['tag']?, ) | in
IGraph | Creates and returns an edge that connects to the given port instances. |
| createEdge (INode, INode, IEdgeStyle?, IEdge['tag']?, ) | in
IGraph | Creates and returns an edge that connects to the given node instances using the given style instance. |
| setStyle (IEdge, IEdgeStyle) | in
IGraph | Assigns the given style instance by reference to the edge. |
| SimpleEdge (IPort?, IPort?, ) | in
SimpleEdge | Creates an edge with a default lookup, and, optionally, the given source and target ports. |
| copyEdgeStyle (IEdgeStyle) | in
LayoutGraphAdapter | Creates a copy of an IEdgeStyle instance that is used during the layout for path calculations and the like. |
| CompositeEdgeStyle (IEdgeStyle, IEdgeStyle) | in
CompositeEdgeStyle | Creates a new instance of this style. |
| getBoundsProvider (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets an implementation of the IBoundsProvider interface that can handle the provided edge and its associated style. |
| getContext (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets a temporary context instance that can be used to query additional information for the edge's style. |
| getHitTestable (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets an implementation of the IHitTestable interface that can handle the provided edge and its associated style. |
| getLassoTestable (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets an implementation of the ILassoTestable interface that can handle the provided edge and its associated style. |
| getMarqueeTestable (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets an implementation of the IMarqueeTestable interface that can handle the provided edge and its associated style. |
| getPathGeometry (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets an implementation of the IPathGeometry interface that can handle the provided edge and its associated style. |
| getVisibilityTestable (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets an implementation of the IVisibilityTestable interface that can handle the provided edge and its associated style. |
| getVisualCreator (IEdge, IEdgeStyle) | in
IEdgeStyleRenderer | Gets an implementation of the IVisualCreator interface that can handle the provided edge and its associated style. |
| EdgeStyleIndicatorRenderer () | in
EdgeStyleIndicatorRenderer | Create a new instance of this class. |
| WebGLEdgeStyleDecorator (IEdgeStyle, WebGLPolylineEdgeStyle | WebGLArcEdgeStyle | WebGLBridgeEdgeStyle) | in
WebGLEdgeStyleDecorator | Creates a new instance of the class, specifying both styles to use depending on whether the edge is rendered in- or outside the context of WebGL. |