| createNodeCore (IGraph, boolean, INode, Rect, INodeStyle, INode['tag']) | in
NodeCreator | Called from createNode and performs the actual node creation in the graph. |
| createGroupNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
FilteredGraphWrapper | |
| createNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
FilteredGraphWrapper | |
| FolderNodeDefaults (INodeDefaults?, ) | in
FolderNodeDefaults | Creates a new instance, optionally using all relevant values from the provided nodeDefaults objects. |
| createGroupNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
Graph | |
| createNode (Rect, INodeStyle?, INode['tag']?, ) | in
Graph | |
| createNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
Graph | |
| createUndoUnitForNodeStyleChange (INode, INodeStyle) | in
Graph | Creates the undo unit for changing the style of the given node. |
| onChangingNodeStyle (INode, INodeStyle) | in
Graph | Called before a node style is being changed. |
| onNodeStyleChanged (INode, INodeStyle) | in
Graph | Called after a node style has changed. |
| setStyle (INode, INodeStyle) | in
Graph | Assigns the given style instance by reference to the node. |
| createGroupNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
GraphWrapperBase | |
| createNode (Rect, INodeStyle?, INode['tag']?, ) | in
GraphWrapperBase | |
| createNode (INode?, Rect?, INodeStyle?, INode['tag']?, ) | in
GraphWrapperBase | |
| onNodeStyleChanged (ItemChangedEventArgs<INode,INodeStyle>) | in
GraphWrapperBase | Raises the node-style-changed event. |
| setStyle (INode, INodeStyle) | in
GraphWrapperBase | |
| createFolderNode (INode?, Rect?, INodeStyle?, INode['tag']?) | in
IFoldingView | Directly creates a collapsed node on this instance with the given parameters. |
| 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. |
| setStyle (INode, INodeStyle) | in
IGraph | Assigns the given style instance by reference to the node. |
| NodeDefaults () | in
NodeDefaults | Initializes a new instance of the NodeDefaults class using default properties. |
| SimpleNode () | in
SimpleNode | Creates a default node with default lookup, VOID_NODE_STYLE as style, an empty layout, and no labels nor ports. |
| copyNodeStyle (INodeStyle) | in
LayoutGraphAdapter | Creates a copy of an INodeStyle instance that is used during the layout. |
| CollapsibleNodeStyleDecorator (INodeStyle?, ) | in
CollapsibleNodeStyleDecorator | Initializes a new instance of the CollapsibleNodeStyleDecorator class using the provided style for the wrappedStyle property. |
| CompositeNodeStyle (INodeStyle, INodeStyle) | in
CompositeNodeStyle | Creates a new instance of this style. |
| getBoundsProvider (INode, INodeStyle) | in
INodeStyleRenderer | Gets an implementation of the IBoundsProvider interface that can handle the provided node and its associated style. |
| getContext (INode, INodeStyle) | in
INodeStyleRenderer | Gets a temporary context instance that can be used to query additional information for the node's style. |
| getHitTestable (INode, INodeStyle) | in
INodeStyleRenderer | Gets an implementation of the IHitTestable interface that can handle the provided node and its associated style. |
| getLassoTestable (INode, INodeStyle) | in
INodeStyleRenderer | Gets an implementation of the ILassoTestable interface that can handle the provided node and its associated style. |
| getMarqueeTestable (INode, INodeStyle) | in
INodeStyleRenderer | Gets an implementation of the IMarqueeTestable interface that can handle the provided node and its associated style. |
| getShapeGeometry (INode, INodeStyle) | in
INodeStyleRenderer | Gets an implementation of the IShapeGeometry interface that can handle the provided node and its associated style. |
| getVisibilityTestable (INode, INodeStyle) | in
INodeStyleRenderer | Gets an implementation of the IVisibilityTestable interface that can handle the provided node and its associated style. |
| getVisualCreator (INode, INodeStyle) | in
INodeStyleRenderer | Gets an implementation of the IVisualCreator interface that can handle the provided node and its associated style. |
| NodeStyleLabelStyleAdapter (INodeStyle?, ILabelStyle?, ) | in
NodeStyleLabelStyleAdapter | Creates a label style that uses the provided node style to render the background and the label style to render the foreground of this style. |
| NodeStylePortStyleAdapter (INodeStyle?, ) | in
NodeStylePortStyleAdapter | Creates a port style that uses the provided node style to render the port. |
| NodeStyleStripeStyleAdapter (INodeStyle?) | in
NodeStyleStripeStyleAdapter | Creates a stripe style that uses the provided node style to render the stripe. |
| ShadowNodeStyleDecorator (INodeStyle?) | in
ShadowNodeStyleDecorator | Creates a new instance wrapping the provided style. |
| TableNodeStyle (ITable?, ) | in
TableNodeStyle | Constructor with a custom renderer implementation that uses table as backing table model. |
| NodeStyleIndicatorRenderer () | in
NodeStyleIndicatorRenderer | Create a new instance of this class. |
| WebGLNodeStyleDecorator (INodeStyle, WebGLShapeNodeStyle | WebGLImageNodeStyle | WebGLGroupNodeStyle) | in
WebGLNodeStyleDecorator | Creates a new instance of the class, specifying both styles to use depending on whether the node is rendered in- or outside the context of WebGL. |