Uses of Class
com.mcgath.jhove.module.png.PNGChunk
Packages that use PNGChunk
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of PNGChunk in com.mcgath.jhove.module
Methods in com.mcgath.jhove.module with parameters of type PNGChunk -
Uses of PNGChunk in com.mcgath.jhove.module.png
Subclasses of PNGChunk in com.mcgath.jhove.module.pngModifier and TypeClassDescriptionclassThe bKGD (background color) chunkclassclassThe gAMA chunk, holding the gamma value.classA superclass for TextChunk, ZtxtChunk, and ItxtChunkclassThe hIST (Histogram) chunkclassThe iCCP (color profile) chunkclassThe IDAT (pixel data) chunkclassclassRepresentation of the IHDR (header) chunkclassRepresentation of the iTXt (internationalized text) chunkclassThe pHYS chunk, which indicates pixel aspect ratio or size.classRepresentation of the PLTE chunkclassThe sBIT (significant bits) chunkclassThe suggested palette (sPLT) chunkclassThe sRGB chunk, specifying sRGB color intentclassRepresentation of the tEXt (plain text) chunkclassThe tIME chunk, which gives the latest modified time.classThe Transparency chunk.classClass for chunks of unknown type.classRepresentation of the zTXt (compressed text) chunkMethods in com.mcgath.jhove.module.png that return PNGChunkModifier and TypeMethodDescriptionstatic PNGChunkPNGChunk.makePNGChunk(long length, int sig) Construct a PNGChunk object of the appropriate subtype based on the chunk type.