| Home >> All >> org >> jfree >> chart >> [ encoders Javadoc ] |
org.jfree.chart.encoders: Javadoc index of package org.jfree.chart.encoders.
Package Samples:
org.jfree.chart.encoders
Classes:
ImageEncoderFactory: Factory class for returning ImageEncoder s for different ImageFormat s.
KeypointPNGEncoderAdapter: Adapter class for the Keypoint PNG Encoder. The ImageEncoderFactory will only return a reference to this class by default if the library has been compiled under a JDK < 1.4 or is being run using a JDK < 1.4.
SunPNGEncoderAdapter: Adapter class for the Sun PNG Encoder. The ImageEncoderFactory will only return a reference to this class by default if the library has been compiled under a JDK 1.4+ and is being run using a JDK 1.4+.
EncoderUtil: A collection of utility methods for encoding images and returning them as a byte[] or writing them directly to an OutputStream.
ImageEncoder: Interface for abstracting different types of image encoders.
ImageFormat: Interface used for referencing different image formats.
SunJPEGEncoderAdapter: Adapter class for the Sun JPEG Encoder.
| Home | Contact Us | Privacy Policy | Terms of Service |