|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jCharts.encoders.JPEGEncoder13
public final class JPEGEncoder13
Provided for backwards compatibility for jdk 1.3
Constructor Summary | |
---|---|
private |
JPEGEncoder13()
|
Method Summary | |
---|---|
static void |
encode(Chart chart,
float quality,
java.io.OutputStream outputStream)
Encodes the chart to a JPEG format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private JPEGEncoder13() throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public static final void encode(Chart chart, float quality, java.io.OutputStream outputStream) throws ChartDataException, PropertyException, java.io.IOException
outputStream
- quality
- float value from 0.0f(worst image quality) - 1.0f(best image quality)
ChartDataException
PropertyException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |