Class PSDEntry
java.lang.Object
com.twelvemonkeys.imageio.metadata.AbstractEntry
com.twelvemonkeys.imageio.metadata.psd.PSDEntry
- All Implemented Interfaces:
Entry
PhotoshopEntry
- Version:
- $Id: PhotoshopEntry.java,v 1.0 04.01.12 11:58 haraldk Exp$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractEntry
equals, getIdentifier, getTypeName, getValue, getValueAsString, hashCode, toString, valueCount
-
Field Details
-
name
-
-
Constructor Details
-
PSDEntry
-
-
Method Details
-
getNativeIdentifier
Description copied from class:AbstractEntryReturns a format-native identifier. For example"2:00"for IPTC "Record Version" field, or"0x040c"for PSD "Thumbnail" resource. This default implementation simply returnsString.valueOf(getIdentifier()).- Overrides:
getNativeIdentifierin classAbstractEntry- Returns:
- a format-native identifier.
-
getFieldName
Description copied from class:AbstractEntryReturnsnull, meaning unknown or undefined.- Specified by:
getFieldNamein interfaceEntry- Overrides:
getFieldNamein classAbstractEntry- Returns:
null.
-
getPSDClass
-