Search
FreeFormNode.drawShadow Method
See Also
 

DiagramNode.drawShadow override. Draws the node's shadow on the specified Graphics2D surface.

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

 Syntax

Java  Copy Code

protected void drawShadow (
    Graphics2D g,
    RenderOptions options
)

 Parameters

g

A Graphics2D instance.

options

Provides options for the drawing operation.

 See Also