MindFusion.Diagramming for JavaScript Programmer's Guide
FreeFormNode Methods
 


 Public Methods

  Name Description

containsPoint

DiagramItem.containsPoint override.

endDrag

DiagramNode.endDrag override.

getClosed

Gets if the node's shape is closed.

getOutline

DiagramNode.getOutline override. Gets the outline of this node.

getPoints

Gets the node's outline points.

init

Returns a Builder object used to configure this FreeFormNode instance.

loadFromXml

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

saveToXml

Saves the node's content into an XML element.

setClosed

Sets if the node's shape is closed.

setPoints

Sets the node's outline points.

startDrag

DiagramNode.startDrag override.

updateDrag

DiagramNode.updateDrag override.

updateFromPoints

Updates the node's internal state after its points have changed.

With

Returns a Builder object used to configure and create new FreeFormNode instances.

 See Also

FreeFormNode Class
MindFusion.Diagramming Namespace