Uses of Interface
org.jfree.chart.encoders.ImageEncoder
| Package | Description |
|---|---|
| org.jfree.chart.encoders |
Classes related to the encoding of charts to different image formats.
|
-
Uses of ImageEncoder in org.jfree.chart.encoders
Classes in org.jfree.chart.encoders that implement ImageEncoder Modifier and Type Class Description classSunJPEGEncoderAdapterAdapter class for the Sun JPEG Encoder.classSunPNGEncoderAdapterAdapter class for the Sun PNG Encoder.Methods in org.jfree.chart.encoders that return ImageEncoder Modifier and Type Method Description static ImageEncoderImageEncoderFactory. newInstance(String format)Used to retrieve an ImageEncoder for a specific image format.static ImageEncoderImageEncoderFactory. newInstance(String format, boolean encodingAlpha)Used to retrieve an ImageEncoder for a specific image format.static ImageEncoderImageEncoderFactory. newInstance(String format, float quality)Used to retrieve an ImageEncoder for a specific image format.static ImageEncoderImageEncoderFactory. newInstance(String format, float quality, boolean encodingAlpha)Used to retrieve an ImageEncoder for a specific image format.