DroidDiagram Programmer's Guide
DiagramItem.drawShadow Method
See Also
 






Draws the shadow of this diagram item.

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

 Syntax

Java  Copy Code

protected abstract void drawShadow (
    Canvas g,
    RenderOptions options
)

 Parameters

g
A Canvas object where the shadow should be rendered.
options
A RenderOptions object specifying options for the drawing operation.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace