Search
ContainerNode Methods
 


 Public Methods

  Name Description

acceptLinks

Determines whether the node can be connected with links of the specified type. (Inherited from DiagramNode.)

add

Adds a node to this container.

addCanvasElements

Derived classes must implement this method by adding their graphics primitives to the canvas.elements collection. (Inherited from DiagramItem.)

addLabel

Adds a new label to this item. (Inherited from DiagramItem.)

allowDrag

DiagramItem.allowDrag override. (Inherited from DiagramNode.)

animate

Animates the item. (Inherited from DiagramItem.)

arrange

Arranges the container's children with the given layout.

arrangeAnimated

Arranges the container's children with the given layout, and animates items moving to their new positions.

attach

Attaches the specified subordinate node to this node, so that when this node is moved, the subordinate follows it. (Inherited from DiagramNode.)

attachTo

Attaches this node to the specified master node so that when the master is moved, the attached node follows it. (Inherited from DiagramNode.)

clone

DiagramNode.clone override.

containsPoint

Checks if the ContainerNode contains the specified point.

containsRecursively

Determines whether the specified node is contained within this container, either directly or inside child containers.

createConnectionPoint

Creates a connection point between this node and the specified link at the specified point. (Inherited from DiagramNode.)

detach

Detaches this node from its current master node. (Inherited from DiagramNode.)

endDrag

DiagramItem.endDrag override. (Inherited from DiagramNode.)

fromJson

DiagramNode.fromJson override.

fromJson

Deserializes this item from a JSON object. (Inherited from DiagramItem.)

getAllLinks

Returns all links connected to this node. (Inherited from DiagramNode.)

getIntersection

Calculates the intersection point between the segment defined by the specified point pair and the node's outline. (Inherited from DiagramNode.)

getOutline

Gets an array of points that define the outline of this node shape.

getRepaintBounds

Gets the repaint region for this item, taking into account factors such as pen width, selection handles and shadow. (Inherited from DiagramItem.)

getRotatedBounds

Gets the bounding rectangle of this item when it is rotated. (Inherited from DiagramNode.)

hitTest

Returns the diagram item that contains the specified point.

hitTest

Returns the diagram item that contains the specified point. (Inherited from DiagramItem.)

invalidate

Invalidates the region of the canvas, that matches the item's repaint bounds. (Inherited from DiagramItem.)

loadFromXml

DiagramNode.LoadFromXml override. Loads the node's content from an XML element.

onRemove

DiagramItem.onRemove override.

raiseClicked

Raises an event which notifies that a node has been clicked. (Inherited from DiagramNode.)

raiseDoubleClicked

Raises an event which notifies that a node has been double-clicked. (Inherited from DiagramNode.)

remove

Removes a node from this container.

removeCanvasElements

DiagramItem.removeCanvasElements override. (Inherited from DiagramNode.)

removeLabel

Removes the specified label from this item. (Inherited from DiagramItem.)

resizeToFitChildren

Resizes the container making it big enough to contain its child nodes.

resizeToFitText

Makes the container node caption big enough to display its text without clipping.

restoreLocationState

DiagramItem.restoreLocationState override. (Inherited from DiagramNode.)

restoreState

DiagramNode.restoreState override.

restoreState

Loads the properties of this diagram item. (Inherited from DiagramItem.)

saveLocationState

DiagramItem.saveLocationState override. (Inherited from DiagramNode.)

saveState

DiagramNode.saveState override.

saveToXml

Saves the node's content into an XML element.

setBounds

Sets the rectangle that defines the position of the diagram node. (Inherited from DiagramNode.)

startDrag

Invoked when the user starts dragging this item. (Inherited from DiagramItem.)

toJson

DiagramNode.toJson override.

updateCanvasElements

Derived classes must implement this method to update the item's visual elements. (Inherited from DiagramItem.)

updateDrag

DiagramItem.updateDrag override. (Inherited from DiagramNode.)

visitNodes

Visits the diagram nodes in reverse Z order.

 See Also