|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.graphics.Encoders
public final class Encoders
This class offers three methods to encode a BuffererImage to a gif-, tif, bmp, jpeg- or png-image.
instead; this class will be removed end of
2007| Constructor Summary | |
|---|---|
Encoders()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
encodeBmp(OutputStream out,
BufferedImage img)
Deprecated. |
static void |
encodeGif(OutputStream out,
BufferedImage img)
Deprecated. |
static void |
encodeJpeg(OutputStream out,
BufferedImage img)
Deprecated. |
static void |
encodeJpeg(OutputStream out,
BufferedImage img,
float quality)
Deprecated. |
static void |
encodePng(OutputStream out,
BufferedImage img)
Deprecated. |
static void |
encodeTiff(OutputStream out,
BufferedImage img)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Encoders()
| Method Detail |
|---|
public static void encodeGif(OutputStream out,
BufferedImage img)
throws IOException
out - img -
IOException
public static void encodeBmp(OutputStream out,
BufferedImage img)
throws IOException
out - img -
IOException
public static void encodePng(OutputStream out,
BufferedImage img)
throws IOException
out - img -
IOException
public static void encodeTiff(OutputStream out,
BufferedImage img)
throws IOException
out - img -
IOException
public static void encodeJpeg(OutputStream out,
BufferedImage img)
throws IOException
out - img -
IOException
public static void encodeJpeg(OutputStream out,
BufferedImage img,
float quality)
throws IOException
out - img - quality -
IOException
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net