Creates a bitmap Image with the specified width and height that represents the Dashboard contents.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
SyntaxJava
Copy Code
|
|---|
public BufferedImage createImage ( |
The width, in pixels.
The height, in pixels.
A BufferedImage object containing a representation of the Dashboard.
See Also