Renders the diagram on the specified Graphics2D object.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void draw ( |
The Graphics2D surface to draw the diagram on.
A RenderOptions object specifying options for the drawing operation.
A Rectangle2D specifying the current clipping rectangle.
See Also