Package | Description |
---|---|
org.jfree.chart.encoders |
Classes related to the encoding of charts to different image formats.
|
Modifier and Type | Class and Description |
---|---|
class |
KeypointPNGEncoderAdapter
Adapter class for the Keypoint PNG Encoder.
|
class |
SunJPEGEncoderAdapter
Adapter class for the Sun JPEG Encoder.
|
class |
SunPNGEncoderAdapter
Adapter class for the Sun PNG Encoder.
|
Modifier and Type | Method and Description |
---|---|
static ImageEncoder |
ImageEncoderFactory.newInstance(java.lang.String format)
Used to retrieve an ImageEncoder for a specific image format.
|
static ImageEncoder |
ImageEncoderFactory.newInstance(java.lang.String format,
boolean encodingAlpha)
Used to retrieve an ImageEncoder for a specific image format.
|
static ImageEncoder |
ImageEncoderFactory.newInstance(java.lang.String format,
float quality)
Used to retrieve an ImageEncoder for a specific image format.
|
static ImageEncoder |
ImageEncoderFactory.newInstance(java.lang.String format,
float quality,
boolean encodingAlpha)
Used to retrieve an ImageEncoder for a specific image format.
|