public enum IPTCNewsPhotoTag extends java.lang.Enum<IPTCNewsPhotoTag> implements IPTCTag
MAX_STRING_REPR_LEN
Modifier and Type | Method and Description |
---|---|
boolean |
allowMultiple() |
static IPTCNewsPhotoTag |
fromTag(int value) |
java.lang.String |
getDataAsString(byte[] data) |
java.lang.String |
getName() |
int |
getRecordNumber() |
int |
getTag() |
java.lang.String |
toString() |
static IPTCNewsPhotoTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPTCNewsPhotoTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPTCNewsPhotoTag RECORD_VERSION
public static final IPTCNewsPhotoTag PICTURE_NUMBER
public static final IPTCNewsPhotoTag IMAGE_WIDTH
public static final IPTCNewsPhotoTag IMAGE_HEIGHT
public static final IPTCNewsPhotoTag PIXEL_WIDTH
public static final IPTCNewsPhotoTag PIXEL_HEIGHT
public static final IPTCNewsPhotoTag SUPPLEMENTAL_TYPE
public static final IPTCNewsPhotoTag COLOR_REPRESENTATION
public static final IPTCNewsPhotoTag INTERCHANGE_COLOR_SPACE
public static final IPTCNewsPhotoTag COLOR_SEQUENCE
public static final IPTCNewsPhotoTag ICC_PROFILE
public static final IPTCNewsPhotoTag COLOR_CALIBRATION_MATRIX
public static final IPTCNewsPhotoTag LOOKUP_TABLE
public static final IPTCNewsPhotoTag NUM_INDEX_ENTRIES
public static final IPTCNewsPhotoTag COLOR_PALETTE
public static final IPTCNewsPhotoTag BITS_PER_SAMPLE
public static final IPTCNewsPhotoTag SAMPLE_STRUCTURE
public static final IPTCNewsPhotoTag SCANNING_DIRECTION
public static final IPTCNewsPhotoTag IMAGE_ROTATION
public static final IPTCNewsPhotoTag DATA_COMPRESSION_METHOD
public static final IPTCNewsPhotoTag QUANTIZATION_METHOD
public static final IPTCNewsPhotoTag END_POINTS
public static final IPTCNewsPhotoTag EXCURSION_TOLERANCE
public static final IPTCNewsPhotoTag BITS_PER_COMPONENT
public static final IPTCNewsPhotoTag MAXIMUM_DENSITY_RANGE
public static final IPTCNewsPhotoTag GAMMA_COMPENSATED_VALUE
public static final IPTCNewsPhotoTag UNKNOWN
public static IPTCNewsPhotoTag[] values()
for (IPTCNewsPhotoTag c : IPTCNewsPhotoTag.values()) System.out.println(c);
public static IPTCNewsPhotoTag valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean allowMultiple()
allowMultiple
in interface IPTCTag
public java.lang.String getDataAsString(byte[] data)
getDataAsString
in interface IPTCTag
public int getRecordNumber()
getRecordNumber
in interface IPTCTag
public static IPTCNewsPhotoTag fromTag(int value)
public java.lang.String toString()
toString
in class java.lang.Enum<IPTCNewsPhotoTag>