| createParameter (IPortOwner, Point) | in
BendAnchoredPortLocationModel | |
| addPort (ClipboardOperationContext, IPortOwner, IPort) | in
ClipboardGraphCopier | Adds a port to the targetOwner in the targetGraph as a copy of the sourcePort . |
| createParameter (IPortOwner, Point) | in
CompositePortLocationModel | Factory method that creates a parameter for the given owner that tries to match the provided location in absolute world coordinates. |
| EdgeEventArgs (IEdge, IPort?, IPort?, IPortOwner?, IPortOwner?) | in
EdgeEventArgs | Initializes a new instance of the EdgeEventArgs class. |
| createParameter (IPortOwner, Point) | in
EdgePathPortLocationModel | |
| createParameter (IPortOwner, Point) | in
EdgeSegmentPortLocationModel | |
| edgesAt (IPortOwner, AdjacencyTypes?) | in
FilteredGraphWrapper | |
| createParameter (IPortOwner, Point) | in
FreeNodePortLocationModel | |
| addPort (IPortOwner, IPortLocationModelParameter?, IPortStyle?, IPort['tag']?) | in
Graph | Add a port to the given port owner using the coordinates as the new initial position of the port anchor. |
| edgesAt (IPortOwner, AdjacencyTypes?) | in
Graph | |
| getNewSourcePort (IPortOwner) | in
Graph | Determines a IPort instance to use for the creation of a new edge that starts at the given IPortOwner. |
| getNewTargetPort (IPortOwner) | in
Graph | Determines a IPort instance to use for the creation of a new edge that ends at the given IPortOwner. |
| onAddingPort (IPortOwner, IPort) | in
Graph | Called when a port is going to be added to a node. |
| onPortRemoved (IPortOwner, IPort) | in
Graph | Called just after a port has been removed from its owner. |
| getPortLocationParameter (ClipboardGraphCopier, IGraph, IPort, IPortOwner) | in
GraphClipboard | Gets an IPortLocationModelParameter for the given sourcePort to be placed at the given newTargetOwner . |
| addPort (IGraph, IGraph, IPortOwner, IPort) | in
GraphCopier | Adds a port to the targetOwner in the targetGraph as a copy of the sourcePort . |
| addPort (IPortOwner, IPortLocationModelParameter?, IPortStyle?, IPort['tag']?) | in
GraphWrapperBase | |
| edgesAt (IPortOwner, AdjacencyTypes?) | in
GraphWrapperBase | |
| opposite (IPortOwner) | in
IEdge | Gets the opposite port owner of an IEdge. |
| addPort (IPortOwner, IPortLocationModelParameter?, IPortStyle?, IPort['tag']?) | in
IGraph | Add a port to the given port owner using the location model parameter, style, and tag. |
| addPortAt (IPortOwner, Point, IPortStyle?, IPort['tag']?) | in
IGraph | Add a port to the given port owner using the absolute coordinates as the new initial position of the port anchor. |
| clearPorts (IPortOwner) | in
IGraph | Removes all ports from the given IPortOwner, which can be an INode or an IEdge. |
| createDefaultPortLocationParameter (IPortOwner, Point?) | in
IGraph | Creates a location model parameter for a newly created IPort at the owner that matches the location . |
| degree (IPortOwner) | in
IGraph | Calculates the number of edges at the given IPortOwner for this graph. |
| edgesAt (IPortOwner, AdjacencyTypes?) | in
IGraph | Returns an IListEnumerable<T> for the incoming, the outgoing, or all edges adjacent to the given port owner, depending on type . |
| getEdge (IPortOwner, IPortOwner) | in
IGraph | Finds an edge that connects from and to in the given graph. |
| getEdgesBetween (IPortOwner, IPortOwner, boolean?) | in
IGraph | Returns the edges between the specified source and target owners. |
| getPortDefaults (IPortOwner) | in
IGraph | Gets the IPortDefaults for a given IPortOwner in the context of the graph . |
| inDegree (IPortOwner) | in
IGraph | Calculates the number of incoming edges at the given IPortOwner for this graph. |
| inEdgesAt (IPortOwner) | in
IGraph | Returns the incoming edges at the given owner. |
| outDegree (IPortOwner) | in
IGraph | Calculates the number of outgoing edges at the given IPortOwner for this graph. |
| outEdgesAt (IPortOwner) | in
IGraph | Returns the outgoing edges at the given owner. |
| getLocationParameterInstance (IPortOwner) | in
IPortDefaults | Factory method that returns a location model parameter instance for use with newly created ports. |
| getStyleInstance (IPortOwner) | in
IPortDefaults | Factory method that returns a style instance for use with newly created ports. |
| createParameter (IPortOwner, Point) | in
IPortLocationModel | Factory method that creates a parameter for the given owner that tries to match the provided location in absolute world coordinates. |
| getLocationParameterInstance (IPortOwner) | in
PortDefaults | |
| getStyleInstance (IPortOwner) | in
PortDefaults | |
| PortEventArgs (IPort, IPortOwner) | in
PortEventArgs | Initializes a new instance of the PortEventArgs class. |
| SimplePort (IPortOwner?, IPortLocationModelParameter?, ) | in
SimplePort | Creates a port with a default lookup using the given location and owner. |
| addPort (IParseContext, IPortOwner) | in
IGraphElementFactory | Adds a new port to the given IPortOwner. |
| create () | in
IGraphElementFactory | |
| getEndPortCandidateProvider (IPortCandidate, IPortOwner, Point) | in
CreateEdgeInputMode | Retrieves the port candidate provider instance given a start port candidate and a possible ending item. |
| getStartPortCandidateProvider (IPortOwner) | in
CreateEdgeInputMode | Retrieves the port candidate provider instance given a port owner for the start of the gesture. |
| fromExistingPorts (IPortOwner) | in
IPortCandidateProvider | Creates an implementation of the IPortCandidateProvider interface that returns the ports that exist in the given ports's IPortOwner collection. |
| fromPortDefaults (IPortOwner) | in
IPortCandidateProvider | Creates an implementation of an IPortCandidateProvider that always returns a candidate that uses the default locationParameter for the corresponding IPortDefaults. |
| fromShapeGeometry (IPortOwner, number) | in
IPortCandidateProvider | Creates an implementation of IPortCandidateProvider that works for IPortOwner implementations that have IShapeGeometry instances in their lookup. |
| fromShapeGeometry (IPortOwner, boolean, number, number) | in
IPortCandidateProvider | Creates an implementation of IPortCandidateProvider that works for IPortOwner implementations that have IShapeGeometry instances in their lookup. |
| fromUnoccupiedPorts (IPortOwner) | in
IPortCandidateProvider | Creates an implementation of an IPortCandidateProvider that returns unoccupied ports at a given entity. |
| addTransformedPortOwner (IPortOwner) | in
OrthogonalEdgeEditingContext | Adds an IPortOwner that is being transformed somehow during the edit so that the attached ports will be moved in an irregular ( non-linear) way. |
| createOrthogonalEdgeDragHandler (IInputModeContext, IPortOwner, boolean) | in
OrthogonalEdgeEditingContext | Creates an OrthogonalEdgeDragHandler that keeps the orthogonal edges attached to portOwner orthogonal while the port owner is moved or reshaped interactively. |
| PortCandidate (IPortOwner, IPortLocationModel) | in
PortCandidate | Creates a candidate for the given owner that uses the graph's defaults for the port's style and a default parameter for the given model . |
| PortCandidate (IPortOwner, IPortLocationModelParameter?, PortCandidateValidity?) | in
PortCandidate | Creates a candidate for the given owner that uses the graph's defaults for the port's style and the given locationParameter . |
| addExistingPorts (IPortOwner, IList<IPortCandidate>) | in
PortCandidateProviderBase | Adds candidates for all existing ports of the owner to the provided list. |
| createCandidate (IPortOwner, IPortLocationModelParameter, boolean?) | in
PortCandidateProviderBase | Factory method that creates a candidate that will use the createInstance method of this instance to delegate createPort queries to. |
| PortDropInputMode (string, ) | in
PortDropInputMode | Initializes a new instance of the PortDropInputMode class for the given data type. |
| createPort (IInputModeContext, IGraph, IPort, IPortOwner, IPortLocationModelParameter) | in
PortDropInputMode | Creates the port in the graph after it has been dropped. |
| getNewPortLocationModelParameter (IPortOwner, IPort, Point) | in
PortDropInputMode | Determines the IPortLocationModelParameter the port should have if it was dropped at dragLocation over owner . |
| isValidPortOwner (IPortOwner, IPort) | in
PortDropInputMode | Default backing method for isValidPortOwnerPredicate |
| PortsHandleProvider (IPortOwner) | in
PortsHandleProvider | Creates an instance using the given owner as the provider for the ports. |