Package pixy.meta.adobe
Enum ImageResourceID
java.lang.Object
java.lang.Enum<ImageResourceID>
pixy.meta.adobe.ImageResourceID
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<ImageResourceID>
,java.lang.constant.Constable
public enum ImageResourceID extends java.lang.Enum<ImageResourceID>
Defines Image Resource IDs for Adobe Image Resource Block (IRB)
- Version:
- 1.0 06/10/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Nested Class Summary
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description static ImageResourceID
fromShort(short value)
java.lang.String
getDescription()
short
getValue()
java.lang.String
toString()
static ImageResourceID
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImageResourceID[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
CHANNELS_ROWS_COLUMNS_DEPTH_MODE
-
PRINT_MANAGER_INFO
-
XML
-
INDEXED_COLOR_TABLE
-
RESOLUTION_INFO
-
ALPHA_CHANNEL_NAMES
-
DISPLAY_INFO
-
CAPTION
-
BORDER_INFO
-
BACKGROUND_COLOR
-
PRINT_FLAGS
-
GRAYSCALE_INFO
-
COLOR_HALFTONING_INFO
-
DUOTONE_HALFTONING_INFO
-
GRAYSCALE_FUNCTION
-
COLOR_FUNCTION
-
DUOTONE_FUNCTION
-
DUOTONE_IMAGE_INFO
-
EFFECTIVE_BW_VALUES
-
OBSOLETE1
-
EPS_OPTIONS
-
QUICK_MASK_INFO
-
OBSOLETE2
-
LAYER_STATE_INFO
-
WORKING_PATH
-
LAYERS_GROUP_INFO
-
OBSOLETE3
-
IPTC_NAA
-
IMAGE_MODE
-
JPEG_QUALITY
-
GRID_INFO
-
THUMBNAIL_RESOURCE_PS4
-
COPYRIGHT_FLAG
-
URL
-
THUMBNAIL_RESOURCE_PS5
-
GLOBLE_ANGLE
-
COLOR_SAMPLERS_RESOURCE
-
ICC_PROFILE
-
WATERMARK
-
ICC_UNTAGGED
-
EFFECTS_VISIBLE
-
SPOT_HALFTONE
-
DOC_SPECIFIC_ID
-
UNICODE_ALPHA_NAMES
-
INDEXED_COLOR_TABLE_COUNT
-
TRANSPARENT_INDEX
-
GLOBLE_ALTITUDE
-
SLICES
-
WORKFLOW_URL
-
JUMP_TO_XPEP
-
ALPHA_IDENTIFIERS
-
URL_LIST
-
VERSION_INFO
-
EXIF_DATA1
-
EXIF_DATA3
-
XMP_METADATA
-
CAPTION_DIGEST
-
PRINT_SCALE
-
PIXEL_ASPECT_RATIO
-
LAYER_COMPS
-
ALTERNATE_DUOTONE_COLORS
-
ALTERNATE_SPOT_COLORS
-
LAYER_SELECTION_IDS
-
HDR_TONING_INFO
-
PRINT_INFO
-
LAYER_GROUP_ENABLED_ID
-
COLOR_SAMPLERS_RESOURCE_CS3
-
MEASUREMENT_SCALE
-
TIMELINE_INFO
-
SHEET_DISCLOSURE
-
DISPLAY_INFO_STRUCTURE
-
ONION_SKINS
-
COUNT_INFO
-
PRINT_INFO_CS5
-
PRINT_STYLE
-
MACINTOSH_NS_PRINT_INFO
-
WINDOWS_DEVMODE
-
AUTO_SAVE_FILE_PATH
-
AUTO_SAVE_FORMAT
-
PATH_INFO0
-
PATH_INFO998
-
CLIPPING_PATH_NAME
-
ORIGIN_PATH_INFO
-
PLUGIN_RESOURCE0
-
PLUGIN_RESOURCE999
-
IMAGEREADY_VARIABLES
-
IMAGEREADY_DATASETS
-
LIGHTROOM_WORKFLOW
-
PRINT_FLAGS_INFO
-
UNKNOWN
-
-
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getDescription
public java.lang.String getDescription() -
getValue
public short getValue() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Enum<ImageResourceID>
-
fromShort
-