Class PSDMetadataFormat
java.lang.Object
javax.imageio.metadata.IIOMetadataFormatImpl
com.twelvemonkeys.imageio.plugins.psd.PSDMetadataFormat
- All Implemented Interfaces:
IIOMetadataFormat
PSDMetadataFormat
- Version:
- $Id: PSDMetadataFormat.java,v 1.0 Nov 4, 2009 5:27:53 PM haraldk Exp$
-
Field Summary
FieldsFields inherited from class IIOMetadataFormatImpl
standardMetadataFormatNameFields inherited from interface IIOMetadataFormat
CHILD_POLICY_ALL, CHILD_POLICY_CHOICE, CHILD_POLICY_EMPTY, CHILD_POLICY_MAX, CHILD_POLICY_REPEAT, CHILD_POLICY_SEQUENCE, CHILD_POLICY_SOME, DATATYPE_BOOLEAN, DATATYPE_DOUBLE, DATATYPE_FLOAT, DATATYPE_INTEGER, DATATYPE_STRING, VALUE_ARBITRARY, VALUE_ENUMERATION, VALUE_LIST, VALUE_NONE, VALUE_RANGE, VALUE_RANGE_MAX_INCLUSIVE, VALUE_RANGE_MAX_INCLUSIVE_MASK, VALUE_RANGE_MIN_INCLUSIVE, VALUE_RANGE_MIN_INCLUSIVE_MASK, VALUE_RANGE_MIN_MAX_INCLUSIVE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> List<T> asListNoNulls(T[] values) booleancanNodeAppear(String elementName, ImageTypeSpecifier imageType) static PSDMetadataFormatReturns the shared instance of thePSDMetadataFormat.Methods inherited from class IIOMetadataFormatImpl
addAttribute, addAttribute, addAttribute, addAttribute, addBooleanAttribute, addChildElement, addElement, addElement, addObjectValue, addObjectValue, addObjectValue, addObjectValue, getAttributeDataType, getAttributeDefaultValue, getAttributeDescription, getAttributeEnumerations, getAttributeListMaxLength, getAttributeListMinLength, getAttributeMaxValue, getAttributeMinValue, getAttributeNames, getAttributeValueType, getChildNames, getChildPolicy, getElementDescription, getElementMaxChildren, getElementMinChildren, getObjectArrayMaxLength, getObjectArrayMinLength, getObjectClass, getObjectDefaultValue, getObjectEnumerations, getObjectMaxValue, getObjectMinValue, getObjectValueType, getResourceBaseName, getRootName, getStandardFormatInstance, isAttributeRequired, removeAttribute, removeElement, removeObjectValue, setResourceBaseName
-
Field Details
-
PSD_BLEND_MODES
-
instance
-
-
Constructor Details
-
PSDMetadataFormat
private PSDMetadataFormat()Private constructor.The
IIOMetadataclass will instantiate this class by reflection, invoking the staticgetInstance()method.- See Also:
-
-
Method Details
-
asListNoNulls
-
canNodeAppear
- Specified by:
canNodeAppearin interfaceIIOMetadataFormat- Specified by:
canNodeAppearin classIIOMetadataFormatImpl
-
getInstance
Returns the shared instance of thePSDMetadataFormat.- Returns:
- the shared instance.
- See Also:
-