Class TIFFStreamMetadataFormat
- java.lang.Object
-
- com.github.jaiimageio.impl.plugins.tiff.TIFFMetadataFormat
-
- com.github.jaiimageio.impl.plugins.tiff.TIFFStreamMetadataFormat
-
- All Implemented Interfaces:
javax.imageio.metadata.IIOMetadataFormat
public class TIFFStreamMetadataFormat extends TIFFMetadataFormat
-
-
Field Summary
Fields Modifier and Type Field Description private static TIFFStreamMetadataFormat
theInstance
-
Fields inherited from class com.github.jaiimageio.impl.plugins.tiff.TIFFMetadataFormat
attrInfoMap, elementInfoMap, resourceBaseName, rootName
-
Fields 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
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TIFFStreamMetadataFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canNodeAppear(java.lang.String elementName, javax.imageio.ImageTypeSpecifier imageType)
static javax.imageio.metadata.IIOMetadataFormat
getInstance()
-
Methods inherited from class com.github.jaiimageio.impl.plugins.tiff.TIFFMetadataFormat
getAttributeDataType, getAttributeDefaultValue, getAttributeDescription, getAttributeEnumerations, getAttributeListMaxLength, getAttributeListMinLength, getAttributeMaxValue, getAttributeMinValue, getAttributeNames, getAttributeValueType, getChildNames, getChildPolicy, getElementDescription, getElementMaxChildren, getElementMinChildren, getObjectArrayMaxLength, getObjectArrayMinLength, getObjectClass, getObjectDefaultValue, getObjectEnumerations, getObjectMaxValue, getObjectMinValue, getObjectValueType, getRootName, isAttributeRequired
-
-
-
-
Field Detail
-
theInstance
private static TIFFStreamMetadataFormat theInstance
-
-