org.apache.xmlgraphics.ps.ImageEncoder
public class ImageEncoderPNG
extends java.lang.Object
implements org.apache.xmlgraphics.ps.ImageEncoder
Constructor | Description |
---|---|
ImageEncoderPNG(org.apache.xmlgraphics.image.loader.impl.ImageRawPNG image) |
Main constructor
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getImplicitFilter() |
|
void |
writeTo(java.io.OutputStream out) |
public ImageEncoderPNG(org.apache.xmlgraphics.image.loader.impl.ImageRawPNG image)
image
- the PNG 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-2016 The Apache Software Foundation. All Rights Reserved.