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 (Portable Network Graphics) 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 PngChunk Modifier and Type Method Description PngChunkChunkType.ChunkConstructor. make(int length, int chunkType, int crc, byte[] bytes)(package private) static PngChunkChunkType. makeChunk(int length, int chunkType, int crc, byte[] bytes)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 AbstractTransparencyFilterPngImageParser. 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 classAbstractPngTextChunkclassPngChunkGamaclassPngChunkIccpThe PNG iCCP chunk.classPngChunkIdatclassPngChunkIhdrclassPngChunkItxtclassPngChunkPhysclassPngChunkPlteclassPngChunkScalclassPngChunkTextclassPngChunkZtxt
-