DroidDiagram Programmer's Guide
DiagramNode.drawShadowLocal Method
See Also
 






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

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

 Syntax

Java  Copy Code

protected void drawShadowLocal (
    Canvas graphics,
    RenderOptions options
)

 Parameters

graphics

The Canvas object where the shadow should be rendered.

options

Provides options for the drawing operation.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace