Uses of Enum
org.apache.commons.imaging.formats.png.ChunkType
Packages that use ChunkType
Package
Description
The PNG (Portable Network Graphics) image format.
-
Uses of ChunkType in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png that return ChunkTypeModifier and TypeMethodDescriptionstatic ChunkType
Returns the enum constant of this type with the specified name.static ChunkType[]
ChunkType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.imaging.formats.png with parameters of type ChunkTypeModifier and TypeMethodDescriptionboolean
PngImageParser.hasChunkType
(ByteSource byteSource, ChunkType chunkType)