Enum ChunkType
- All Implemented Interfaces:
Serializable
,Comparable<ChunkType>
Type of a PNG chunk.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBackground colorPrimary chromaticities and white pointImage gammaImage histogramEmbedded ICC profileImage dataImage trailerImage headerInternational textual dataPhysical pixel dimensionsPaletteSignificant bitsPhysical scaleSuggested paletteStandard RGB color spaceTextual dataImage last-modification timeTransparencyCompressed textual data -
Method Summary
-
Enum Constant Details
-
IHDR
Image header -
PLTE
Palette -
IDAT
Image data -
IEND
Image trailer -
tRNS
Transparency -
cHRM
Primary chromaticities and white point -
gAMA
Image gamma -
iCCP
Embedded ICC profile -
sBIT
Significant bits -
sRGB
Standard RGB color space -
tEXt
Textual data -
zTXt
Compressed textual data -
iTXt
International textual data -
bKGD
Background color -
hIST
Image histogram -
pHYs
Physical pixel dimensions -
sCAL
Physical scale -
sPLT
Suggested palette -
tIME
Image last-modification time
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-