DroidDiagram Programmer's Guide
DiagramItem.draw Method
See Also
 






Draws the item on the specified Canvas surface.

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

 Syntax

Java  Copy Code

protected abstract 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

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace