DroidDiagram Programmer's Guide
DiagramNode.drawLocal Method
See Also
 






Override in a derived class to provide implementation specific drawing for the node.

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

 Syntax

Java  Copy Code

protected void drawLocal (
    Canvas g,
    RenderOptions options
)

 Parameters

g

The Canvas surface to draw the item on.

options

Provides options for the drawing operation.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace