Package org.apache.commons.imaging.icc
Enum IccTagTypes
- All Implemented Interfaces:
Serializable
,Comparable<IccTagTypes>
,IccTagType
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
IccTagTypes
(String name, String typeDescription, int signature) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
static IccTagTypes
Returns the enum constant of this type with the specified name.static IccTagTypes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
A_TO_B0_TAG
-
A_TO_B1_TAG
-
A_TO_B2_TAG
-
BLUE_MATRIX_COLUMN_TAG
-
BLUE_TRC_TAG
-
B_TO_A0_TAG
-
B_TO_A1_TAG
-
B_TO_A2_TAG
-
CALIBRATION_DATE_TIME_TAG
-
CHAR_TARGET_TAG
-
CHROMATIC_ADAPTATION_TAG
-
CHROMATICITY_TAG
-
COLORANT_ORDER_TAG
-
COLORANT_TABLE_TAG
-
COPYRIGHT_TAG
-
DEVICE_MFG_DESC_TAG
-
DEVICE_MODEL_DESC_TAG
-
GAMUT_TAG
-
GRAY_TRC_TAG
-
GREEN_MATRIX_COLUMN_TAG
-
GREEN_TRC_TAG
-
LUMINANCE_TAG
-
MEASUREMENT_TAG
-
MEDIA_BLACK_POINT_TAG
-
MEDIA_WHITE_POINT_TAG
-
NAMED_COLOR_2_TAG
-
OUTPUT_RESPONSE_TAG
-
PREVIEW_0_TAG
-
PREVIEW_1_TAG
-
PREVIEW_2_TAG
-
PROFILE_DESCRIPTION_TAG
-
PROFILE_SEQUENCE_DESC_TAG
-
RED_MATRIX_COLUMN_TAG
-
RED_TRC_TAG
-
TECHNOLOGY_TAG
-
VIEWING_COND_DESC_TAG
-
VIEWING_CONDITIONS_TAG
-
-
Field Details
-
name
-
typeDescription
-
signature
public final int signature
-
-
Constructor Details
-
IccTagTypes
-
-
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
-
getName
- Specified by:
getName
in interfaceIccTagType
-
getTypeDescription
- Specified by:
getTypeDescription
in interfaceIccTagType
-
getSignature
public int getSignature()- Specified by:
getSignature
in interfaceIccTagType
-