Uses of Class
com.drew.imaging.png.PngChunkType
-
Packages that use PngChunkType Package Description com.drew.imaging.png Contains classes for working with PNG (Portable Network Graphic) files.com.drew.metadata.png Contains classes for the extraction and modelling of PNG file metadata. -
-
Uses of PngChunkType in com.drew.imaging.png
Fields in com.drew.imaging.png declared as PngChunkType Modifier and Type Field Description private PngChunkTypePngChunk. _chunkTypestatic PngChunkTypePngChunkType. bKGDstatic PngChunkTypePngChunkType. cHRMstatic PngChunkTypePngChunkType. eXIfstatic PngChunkTypePngChunkType. gAMAstatic PngChunkTypePngChunkType. hISTstatic PngChunkTypePngChunkType. iCCPstatic PngChunkTypePngChunkType. IDATstatic PngChunkTypePngChunkType. IENDstatic PngChunkTypePngChunkType. IHDRDenotes a criticalPngChunkthat contains basic information about the PNG image.static PngChunkTypePngChunkType. iTXtstatic PngChunkTypePngChunkType. pHYsstatic PngChunkTypePngChunkType. PLTEDenotes a criticalPngChunkthat contains palette entries.static PngChunkTypePngChunkType. sBITstatic PngChunkTypePngChunkType. sPLTstatic PngChunkTypePngChunkType. sRGBstatic PngChunkTypePngChunkType. tEXtDenotes an ancillaryPngChunkthat contains textual data, having first a keyword and then a value.static PngChunkTypePngChunkType. tIMEstatic PngChunkTypePngChunkType. tRNSstatic PngChunkTypePngChunkType. zTXtFields in com.drew.imaging.png with type parameters of type PngChunkType Modifier and Type Field Description private static java.util.Set<PngChunkType>PngMetadataReader. _desiredChunkTypesMethods in com.drew.imaging.png that return PngChunkType Modifier and Type Method Description PngChunkTypePngChunk. getType()Method parameters in com.drew.imaging.png with type arguments of type PngChunkType Modifier and Type Method Description java.lang.Iterable<PngChunk>PngChunkReader. extract(SequentialReader reader, java.util.Set<PngChunkType> desiredChunkTypes)Constructors in com.drew.imaging.png with parameters of type PngChunkType Constructor Description PngChunk(PngChunkType chunkType, byte[] bytes) -
Uses of PngChunkType in com.drew.metadata.png
Fields in com.drew.metadata.png declared as PngChunkType Modifier and Type Field Description private PngChunkTypePngDirectory. _pngChunkTypeMethods in com.drew.metadata.png that return PngChunkType Modifier and Type Method Description PngChunkTypePngDirectory. getPngChunkType()Constructors in com.drew.metadata.png with parameters of type PngChunkType Constructor Description PngDirectory(PngChunkType pngChunkType)
-