Search
Dashboard.createImage Method
See Also
 






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

 Syntax

Java  Copy Code

public BufferedImage createImage (
    int pixelWidth,
    int pixelHeight
)

 Parameters

pixelWidth

The width, in pixels.

pixelHeight

The height, in pixels.

 Return Value

A BufferedImage object containing a representation of the Dashboard.

 See Also