DroidDiagram Programmer's Guide
ComponentBase.draw Method
See Also
 






Renders the component in the specified Graphics2D.

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

 Syntax

Java  Copy Code

public void draw (
    Graphics2D g2d,
    RenderOptions options
)

 Parameters

g2d

The drawing target.

options

A RenderOptions object specifying the drawing context.

 See Also

ComponentBase Members
ComponentBase Class
com.mindfusion.diagramming.components Namespace