Uses of Class
com.drew.imaging.png.PngChunk
-
Packages that use PngChunk Package Description com.drew.imaging.png Contains classes for working with PNG (Portable Network Graphic) files. -
-
Uses of PngChunk in com.drew.imaging.png
Methods in com.drew.imaging.png that return types with arguments of type PngChunk Modifier and Type Method Description java.lang.Iterable<PngChunk>PngChunkReader. extract(SequentialReader reader, java.util.Set<PngChunkType> desiredChunkTypes)Methods in com.drew.imaging.png with parameters of type PngChunk Modifier and Type Method Description private static voidPngMetadataReader. processChunk(Metadata metadata, PngChunk chunk)
-