Uses of Class
org.apache.commons.imaging.formats.png.chunks.PngChunk
-
Packages that use PngChunk Package Description org.apache.commons.imaging.formats.png The PNG image format.org.apache.commons.imaging.formats.png.chunks PNG image format chunks. -
-
Uses of PngChunk in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return types with arguments of type PngChunk Modifier and Type Method Description private java.util.List<PngChunk>
PngImageParser. filterChunks(java.util.List<PngChunk> chunks, ChunkType type)
private java.util.List<PngChunk>
PngImageParser. readChunks(java.io.InputStream is, ChunkType[] chunkTypes, boolean returnAfterFirst)
private java.util.List<PngChunk>
PngImageParser. readChunks(ByteSource byteSource, ChunkType[] chunkTypes, boolean returnAfterFirst)
Methods in org.apache.commons.imaging.formats.png with parameters of type PngChunk Modifier and Type Method Description private TransparencyFilter
PngImageParser. getTransparencyFilter(PngColorType pngColorType, PngChunk pngChunktRNS)
Method parameters in org.apache.commons.imaging.formats.png with type arguments of type PngChunk Modifier and Type Method Description private java.util.List<PngChunk>
PngImageParser. filterChunks(java.util.List<PngChunk> chunks, ChunkType type)
-
Uses of PngChunk in org.apache.commons.imaging.formats.png.chunks
Subclasses of PngChunk in org.apache.commons.imaging.formats.png.chunks Modifier and Type Class Description class
PngChunkGama
class
PngChunkIccp
The PNG iCCP chunk.class
PngChunkIdat
class
PngChunkIhdr
class
PngChunkItxt
class
PngChunkPhys
class
PngChunkPlte
class
PngChunkScal
class
PngChunkText
class
PngChunkZtxt
class
PngTextChunk
-