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






Draws the tree node on the specified Graphics2D surface.

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

 Syntax

Java  Copy Code

protected void drawLocal (
    Graphics2D g,
    RenderOptions options
)

 Parameters

g

An Graphics2D object where the link should be rendered.

options

A RenderOptions object specifying options for the drawing operation.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace