public class ImageEncoderJPEG
extends java.lang.Object
implements org.apache.xmlgraphics.ps.ImageEncoder
Constructor and Description |
---|
ImageEncoderJPEG(org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG jpeg)
Main constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImplicitFilter() |
void |
writeTo(java.io.OutputStream out) |
public ImageEncoderJPEG(org.apache.xmlgraphics.image.loader.impl.ImageRawJPEG jpeg)
jpeg
- the JPEG imagepublic void writeTo(java.io.OutputStream out) throws java.io.IOException
writeTo
in interface org.apache.xmlgraphics.ps.ImageEncoder
java.io.IOException
public java.lang.String getImplicitFilter()
getImplicitFilter
in interface org.apache.xmlgraphics.ps.ImageEncoder
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.