|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.chart.encoders.SunJPEGEncoderAdapter
public class SunJPEGEncoderAdapter
Adapter class for the Sun JPEG Encoder.
| Constructor Summary | |
|---|---|
SunJPEGEncoderAdapter()
Default constructor. |
|
| Method Summary | |
|---|---|
byte[] |
encode(java.awt.image.BufferedImage bufferedImage)
Encodes an image in JPEG format. |
void |
encode(java.awt.image.BufferedImage bufferedImage,
java.io.OutputStream outputStream)
Encodes an image in JPEG format and writes it to an OutputStream. |
float |
getQuality()
Get the quality of the image encoding. |
boolean |
isEncodingAlpha()
Get whether the encoder encodes alpha transparency (always false). |
void |
setEncodingAlpha(boolean encodingAlpha)
Set whether the encoder should encode alpha transparency (not supported for JPEG). |
void |
setQuality(float quality)
Set the quality of the image encoding (supported). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SunJPEGEncoderAdapter()
| Method Detail |
|---|
public float getQuality()
getQuality in interface ImageEncoderpublic void setQuality(float quality)
setQuality in interface ImageEncoderquality - A float representing the quality.public boolean isEncodingAlpha()
isEncodingAlpha in interface ImageEncoderpublic void setEncodingAlpha(boolean encodingAlpha)
setEncodingAlpha in interface ImageEncoderencodingAlpha - Whether the encoder should encode alpha transparency.
public byte[] encode(java.awt.image.BufferedImage bufferedImage)
throws java.io.IOException
encode in interface ImageEncoderbufferedImage - The image to be encoded.
java.io.IOException
public void encode(java.awt.image.BufferedImage bufferedImage,
java.io.OutputStream outputStream)
throws java.io.IOException
encode in interface ImageEncoderbufferedImage - The image to be encoded.outputStream - The OutputStream to write the encoded image to.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||