Class TIFFStreamMetadataFormat
java.lang.Object
javax.imageio.metadata.IIOMetadataFormatImpl
com.twelvemonkeys.imageio.plugins.tiff.TIFFStreamMetadataFormat
- All Implemented Interfaces:
IIOMetadataFormat
TIFFStreamMetadataFormat.
- Version:
- $Id: TIFFStreamMetadataFormat.java,v 1.0 17/04/15 harald.kuhr Exp$
- Author:
- Harald Kuhr, last modified by $Author: harald.kuhr$
-
Field Summary
FieldsFields inherited from class javax.imageio.metadata.IIOMetadataFormatImpl
standardMetadataFormatNameFields inherited from interface javax.imageio.metadata.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 -
Method Summary
Modifier and TypeMethodDescriptionbooleancanNodeAppear(String elementName, ImageTypeSpecifier imageType) static TIFFStreamMetadataFormatMethods inherited from class javax.imageio.metadata.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
-
SUN_NATIVE_STREAM_METADATA_FORMAT_NAME
- See Also:
-
-
Method Details
-
canNodeAppear
- Specified by:
canNodeAppearin interfaceIIOMetadataFormat- Specified by:
canNodeAppearin classIIOMetadataFormatImpl
-
getInstance
-