org.apache.batik.ext.awt.image.codec.png
Class PNGRegistryEntry
java.lang.Object
org.apache.batik.ext.awt.image.spi.AbstractRegistryEntry
org.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry
org.apache.batik.ext.awt.image.codec.png.PNGRegistryEntry
- All Implemented Interfaces:
- ErrorConstants, RegistryEntry, StreamRegistryEntry
public class PNGRegistryEntry
- extends MagicNumberRegistryEntry
- Version:
- $Id: PNGRegistryEntry.java 1733416 2016-03-03 07:07:13Z gadams $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PNGRegistryEntry
public PNGRegistryEntry()
handleStream
public Filter handleStream(InputStream inIS,
ParsedURL origURL,
boolean needRawData)
- Decode the Stream into a RenderableImage
- Parameters:
inIS - The input stream that contains the image.origURL - The original URL, if any, for documentation
purposes only. This may be null.needRawData - If true the image returned should not have
any default color correction the file may
specify applied.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.