| Methods in com.approximatrix.charting that throw EncodingException |
static void |
ChartEncoder.createEncodedImage(java.io.OutputStream os,
Chart chart,
java.lang.String format)
Prints the encoded image to an output stream. |
static void |
ChartEncoder.createGIF(java.io.OutputStream os,
Chart chart)
Deprecated. GIF encoding is no longer supported, use PNG instead |
static void |
ChartEncoder.createJPEG(java.io.OutputStream os,
Chart chart)
Prints the JPEG encoded image to an output stream. |
static void |
ChartEncoder.createPNG(java.io.OutputStream os,
Chart chart)
Prints the PNG encoded image to an output stream. |