Enum ChunkType
- All Implemented Interfaces:
Serializable
,Comparable<ChunkType>
Type of PNG chunk.
- See Also:
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBackground colorPrimary chromaticities and white pointExchangeable Image File (Exif) ProfileImage gammaGIF Graphic Control ExtensionGIF Application ExtensionImage histogramEmbedded ICC profileImage dataImage trailerImage headerInternational textual dataImage offsetCalibration of pixel valuesPhysical pixel dimensionsPaletteSignificant bitsPhysical scaleSuggested paletteStandard RGB color spaceIndicator of Stereo ImageTextual 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 -
sPLT
Suggested palette -
tIME
Image last-modification time -
oFFs
Image offset- Since:
- 1.0.0-alpha6
-
pCAL
Calibration of pixel values- Since:
- 1.0.0-alpha6
-
sCAL
Physical scale -
gIFg
GIF Graphic Control Extension- Since:
- 1.0.0-alpha6
-
gIFx
GIF Application Extension- Since:
- 1.0.0-alpha6
-
sTER
Indicator of Stereo Image- Since:
- 1.0.0-alpha6
-
eXIf
Exchangeable Image File (Exif) Profile- Since:
- 1.0.0-alpha6
-
-
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
-