Search
DrawNodeEvent.getNode Method
See Also
 

Gets the DiagramNode object that should be custom drawn.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public DiagramNode getNode ()

 Return Value

An instance of the DiagramNode class.

 See Also