| getLocation (IPort, IPortLocationModelParameter) | in
BendAnchoredPortLocationModel | |
| addParameter (IPortLocationModelParameter, CompositePortLocationModelPortSide?, number?, number?) | in
CompositePortLocationModel | Adds the given parameter to the locationParameters of this instance. |
| getLocation (IPort, IPortLocationModelParameter) | in
CompositePortLocationModel | |
| getLocation (IPort, IPortLocationModelParameter) | in
EdgePathPortLocationModel | |
| getLocation (IPort, IPortLocationModelParameter) | in
EdgeSegmentPortLocationModel | |
| createGroupNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
FilteredGraphWrapper | |
| createNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
FilteredGraphWrapper | |
| FoldingPortDefaults (IPortDefaults?, ) | in
FoldingPortDefaults | Creates a new instance of this type, optionally configuring the values from the given IPortDefaults object. |
| getLocation (IPort, IPortLocationModelParameter) | 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. |
| 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 | |
| createGroupNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
Graph | |
| createNode (Rect, INodeStyle?, INode['tag']?, ) | in
Graph | |
| createNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
Graph | |
| createUndoUnitForLocationParameterChange (IPort, IPortLocationModelParameter) | in
Graph | Creates the undo unit for changing the location parameter of the given port. |
| onChangingPortLocationModelParameter (IPort, IPortLocationModelParameter) | in
Graph | Called before the locationParameter of a port is being changed. |
| onPortLocationParameterChanged (IPort, IPortLocationModelParameter) | in
Graph | Called after a port location model parameter has changed. |
| setPortLocationParameter (IPort, IPortLocationModelParameter) | in
Graph | |
| addPort (IPortOwner, IPortLocationModelParameter?, IPortStyle?, IPort['tag']?) | in
GraphWrapperBase | |
| createEdge (IPort, IPort, IEdgeStyle?, IEdge['tag']?, ) | in
GraphWrapperBase | |
| createEdge (INode, INode, IEdgeStyle?, IEdge['tag']?, ) | in
GraphWrapperBase | |
| createGroupNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
GraphWrapperBase | |
| createNode (Rect, INodeStyle?, INode['tag']?, ) | in
GraphWrapperBase | |
| createNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
GraphWrapperBase | |
| onPortLocationParameterChanged (ItemChangedEventArgs<IPort,IPortLocationModelParameter>) | in
GraphWrapperBase | Raises the port-location-parameter-changed event |
| setPortLocationParameter (IPort, IPortLocationModelParameter) | in
GraphWrapperBase | |
| addPort (IPortOwner, IPortLocationModelParameter?, IPortStyle?, IPort['tag']?) | in
IGraph | Add a port to the given port owner using the location model parameter, style, and tag. |
| 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. |
| createGroupNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
IGraph | Creates a new group node using the provided style and layout as a child of parent . |
| createNode (Rect, INodeStyle?, INode['tag']?, ) | in
IGraph | Creates and returns a node using the specified values for the initial geometry, style, and tag. |
| createNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
IGraph | Creates a new ordinary node as a direct descendant of parent using the given layout and style. |
| createNodeAt (Point, INodeStyle?, INode['tag']?, ) | in
IGraph | Creates and returns a node using the specified initial center location and style, as well as the tag. |
| groupNodes (IEnumerable<INode>, INodeStyle?, any?, ) | in
IGraph | Groups the nodes in children into a newly created group node. |
| setPortLocationParameter (IPort, IPortLocationModelParameter) | in
IGraph | Sets a new IPortLocationModelParameter for the given port. |
| getLocation (IPort, IPortLocationModelParameter) | in
IPortLocationModel | Determines the location of the port for the given parameter. |
| PortDefaults () | in
PortDefaults | Initializes a new instance of the PortDefaults class using a trivial location model parameter. |
| SimplePort (IPortOwner?, IPortLocationModelParameter?, ) | in
SimplePort | Creates a port with a default lookup using the given location and owner. |
| 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 . |
| createInstance (IInputModeContext, IGraph, IPortLocationModelParameter, IPortStyle, IPort['tag']) | in
PortCandidate | Actually creates the IPort instance. |
| 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. |
| createPort (IInputModeContext, IGraph, IPort, IPortOwner, IPortLocationModelParameter) | in
PortDropInputMode | Creates the port in the graph after it has been dropped. |
| setParameter (IGraph, IPort, IPortLocationModelParameter) | in
PortLocationModelParameterHandle | Applies the parameter. |
| createGraphAnimation (IGraph, IMapper<INode,IRectangle>?, IMapper<IEdge,yfiles.geometry.IPoint[]>?, IMapper<IPort,IPortLocationModelParameter>?, IMapper<ILabel,ILabelModelParameter>?, TimeSpan?) | in
IAnimation | Creates a new IAnimation that animates the given layout of all types of graph items. |
| createPortAnimation (IGraph, IPort, IPortLocationModelParameter, TimeSpan) | in
IAnimation | Creates a new IAnimation that animates the given port from its current location to the new location given by the targetLocationParameter . |