Uses of Class
com.drew.imaging.png.PngChunkType
Packages that use PngChunkType
Package
Description
Contains classes for working with PNG (Portable Network Graphic) files.
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 PngChunkTypeModifier and TypeFieldDescriptionstatic final PngChunkTypePngChunkType.bKGDstatic final PngChunkTypePngChunkType.cHRMstatic final PngChunkTypePngChunkType.eXIfstatic final PngChunkTypePngChunkType.gAMAstatic final PngChunkTypePngChunkType.hISTstatic final PngChunkTypePngChunkType.iCCPstatic final PngChunkTypePngChunkType.IDATstatic final PngChunkTypePngChunkType.IENDstatic final PngChunkTypePngChunkType.IHDRDenotes a criticalPngChunkthat contains basic information about the PNG image.static final PngChunkTypePngChunkType.iTXtstatic final PngChunkTypePngChunkType.pHYsstatic final PngChunkTypePngChunkType.PLTEDenotes a criticalPngChunkthat contains palette entries.static final PngChunkTypePngChunkType.sBITstatic final PngChunkTypePngChunkType.sPLTstatic final PngChunkTypePngChunkType.sRGBstatic final PngChunkTypePngChunkType.tEXtDenotes an ancillaryPngChunkthat contains textual data, having first a keyword and then a value.static final PngChunkTypePngChunkType.tIMEstatic final PngChunkTypePngChunkType.tRNSstatic final PngChunkTypePngChunkType.zTXtMethods in com.drew.imaging.png that return PngChunkTypeMethod parameters in com.drew.imaging.png with type arguments of type PngChunkTypeModifier and TypeMethodDescriptionPngChunkReader.extract(SequentialReader reader, Set<PngChunkType> desiredChunkTypes) Constructors in com.drew.imaging.png with parameters of type PngChunkType -
Uses of PngChunkType in com.drew.metadata.png
Methods in com.drew.metadata.png that return PngChunkTypeConstructors in com.drew.metadata.png with parameters of type PngChunkType