Uses of Class
com.approximatrix.charting.EncodingException

Packages that use EncodingException
com.approximatrix.charting   
 

Uses of EncodingException in com.approximatrix.charting
 

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.