ASP.NET Pack Programmer's Guide
ContainerNode.drawLocal Method
See Also
 






Draws the container on the specified Graphics2D surface.

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

 Syntax

Java  Copy Code

public void drawLocal (
    Graphics2D graphics,
    RenderOptions options
)

 Parameters

graphics

A Graphics2D object where the node should be rendered.

options

Provides options for the drawing operation.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace