org.jfree.chart.encoders |
Classes related to the encoding of charts to different image formats.
|
Java Source File Name | Type | Comment |
EncoderUtil.java | Class | A collection of utility methods for encoding images and returning them as a
byte[] or writing them directly to an OutputStream. |
ImageEncoder.java | Interface | Interface for abstracting different types of image encoders. |
ImageEncoderFactory.java | Class | Factory class for returning
ImageEncoder s for different
ImageFormat s. |
ImageFormat.java | Interface | Interface used for referencing different image formats. |
KeypointPNGEncoderAdapter.java | Class | Adapter class for the Keypoint PNG Encoder. |
SunJPEGEncoderAdapter.java | Class | Adapter class for the Sun JPEG Encoder. |
SunPNGEncoderAdapter.java | Class | Adapter class for the Sun PNG Encoder. |