ChartDirector 7.0 (Java Edition)

DrawArea.outJPG


Usage

public boolean outJPG(String filename [, int quality ])

Description

Writes the DrawArea to a JPEG image file.

Arguments

ArgumentDefaultDescription
filename(Mandatory)The filename of the output image file.
quality80The quality of the image.

Return Value

A true value indicates no error. A false value indicates the operation is unsuccessful.