| FoldingPortDefaults (IPortDefaults?, ) | in
FoldingPortDefaults | Creates a new instance of this type, optionally configuring the values from the given IPortDefaults object. |
| 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. |
| createUndoUnitForPortStyleChange (IPort, IPortStyle) | in
Graph | Creates the undo unit for changing the style of the given port. |
| onChangingPortStyle (IPort, IPortStyle) | in
Graph | Called before a port style is being changed. |
| onPortStyleChanged (IPort, IPortStyle) | in
Graph | Called after a port style has changed. |
| setStyle (IPort, IPortStyle) | in
Graph | |
| addPort (IPortOwner, IPortLocationModelParameter?, IPortStyle?, IPort['tag']?) | in
GraphWrapperBase | |
| onPortStyleChanged (ItemChangedEventArgs<IPort,IPortStyle>) | in
GraphWrapperBase | Raises the port-style-changed event. |
| setStyle (IPort, IPortStyle) | 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. |
| 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. |
| setStyle (IPort, IPortStyle) | in
IGraph | Assigns the given style instance by reference to the port. |
| 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. |
| createInstance (IInputModeContext, IGraph, IPortLocationModelParameter, IPortStyle, IPort['tag']) | in
PortCandidate | Actually creates the IPort instance. |
| CompositePortStyle (IPortStyle, IPortStyle) | in
CompositePortStyle | Creates a new instance of this style. |
| getBoundsProvider (IPort, IPortStyle) | in
IPortStyleRenderer | Gets an implementation of the IBoundsProvider interface that can handle the provided port and its associated style. |
| getContext (IPort, IPortStyle) | in
IPortStyleRenderer | Gets a temporary context instance that can be used to query additional information for the port's style. |
| getHitTestable (IPort, IPortStyle) | in
IPortStyleRenderer | Gets an implementation of the IHitTestable interface that can handle the provided port and its associated style. |
| getLassoTestable (IPort, IPortStyle) | in
IPortStyleRenderer | Gets an implementation of the ILassoTestable interface that can handle the provided port and its associated style. |
| getMarqueeTestable (IPort, IPortStyle) | in
IPortStyleRenderer | Gets an implementation of the IMarqueeTestable interface that can handle the provided port and its associated style. |
| getVisibilityTestable (IPort, IPortStyle) | in
IPortStyleRenderer | Gets an implementation of the IVisibilityTestable interface that can handle the provided port and its associated style. |
| getVisualCreator (IPort, IPortStyle) | in
IPortStyleRenderer | Gets an implementation of the IVisualCreator interface that can handle the provided port and its associated style. |
| PortStyleIndicatorRenderer () | in
PortStyleIndicatorRenderer | Create a new instance of this class. |