Uses of Interface
org.jfree.chart.encoders.ImageEncoder
Package
Description
Classes related to the encoding of charts to different image formats.
-
Uses of ImageEncoder in org.jfree.chart.encoders
Modifier and TypeClassDescriptionclass
Adapter class for the Sun JPEG Encoder.class
Adapter class for the Sun PNG Encoder.Modifier and TypeMethodDescriptionstatic ImageEncoder
ImageEncoderFactory.newInstance
(String format) Used to retrieve an ImageEncoder for a specific image format.static ImageEncoder
ImageEncoderFactory.newInstance
(String format, boolean encodingAlpha) Used to retrieve an ImageEncoder for a specific image format.static ImageEncoder
ImageEncoderFactory.newInstance
(String format, float quality) Used to retrieve an ImageEncoder for a specific image format.static ImageEncoder
ImageEncoderFactory.newInstance
(String format, float quality, boolean encodingAlpha) Used to retrieve an ImageEncoder for a specific image format.