DroidDiagram Programmer's Guide
DiagramNode.draw Method
See Also
 






DiagramItem.draw override.

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

 Syntax

Java  Copy Code

protected void draw (
    Canvas g,
    RenderOptions options
)

 Parameters

g

The Canvas surface to draw the item on.

options

A RenderOptions object specifying options for the drawing operation.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace