Uses of Enum Class
org.apache.xmlgraphics.image.codec.png.PNGChunk.ChunkType
Packages that use PNGChunk.ChunkType
-
Uses of PNGChunk.ChunkType in org.apache.xmlgraphics.image.codec.png
Subclasses with type arguments of type PNGChunk.ChunkType in org.apache.xmlgraphics.image.codec.pngModifier and TypeClassDescriptionstatic enumSee http://en.wikipedia.org/wiki/Portable_Network_Graphics for a light explanation; See http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html for the spec.Methods in org.apache.xmlgraphics.image.codec.png that return PNGChunk.ChunkTypeModifier and TypeMethodDescriptionstatic PNGChunk.ChunkTypeReturns the enum constant of this class with the specified name.static PNGChunk.ChunkType[]PNGChunk.ChunkType.values()Returns an array containing the constants of this enum class, in the order they are declared.