org.jCharts.encoders
public final class PNGEncoder extends Object
Modifier | Constructor and Description |
---|---|
private |
PNGEncoder() |
Modifier and Type | Method and Description |
---|---|
static void |
encode(Chart chart,
OutputStream outputStream)
Encodes the Chart to an OutputStream which can be a file or any other OutputStream
implementation.
|
private static final String PNG
public static final void encode(Chart chart, OutputStream outputStream) throws ChartDataException, PropertyException, IOException
chart
- outputStream
- ChartDataException
PropertyException
IOException