Class TIFFMedataFormat
- java.lang.Object
-
- javax.imageio.metadata.IIOMetadataFormatImpl
-
- com.twelvemonkeys.imageio.plugins.tiff.TIFFMedataFormat
-
- All Implemented Interfaces:
javax.imageio.metadata.IIOMetadataFormat
@Deprecated public final class TIFFMedataFormat extends javax.imageio.metadata.IIOMetadataFormatImpl
Deprecated.UseTIFFImageMetadataFormat
instead.TIFFMedataFormat.- Version:
- $Id: TIFFMedataFormat.java,v 1.0 17/04/15 harald.kuhr Exp$
-
-
Field Summary
Fields Modifier and Type Field Description private static TIFFMedataFormat
INSTANCE
Deprecated.static java.lang.String
SUN_NATIVE_IMAGE_METADATA_FORMAT_NAME
Deprecated.-
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 Constructor Description TIFFMedataFormat()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
canNodeAppear(java.lang.String elementName, javax.imageio.ImageTypeSpecifier imageType)
Deprecated.static TIFFMedataFormat
getInstance()
Deprecated.-
Methods 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 Detail
-
INSTANCE
private static final TIFFMedataFormat INSTANCE
Deprecated.
-
SUN_NATIVE_IMAGE_METADATA_FORMAT_NAME
public static final java.lang.String SUN_NATIVE_IMAGE_METADATA_FORMAT_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
canNodeAppear
public boolean canNodeAppear(java.lang.String elementName, javax.imageio.ImageTypeSpecifier imageType)
Deprecated.- Specified by:
canNodeAppear
in interfacejavax.imageio.metadata.IIOMetadataFormat
- Specified by:
canNodeAppear
in classjavax.imageio.metadata.IIOMetadataFormatImpl
-
getInstance
public static TIFFMedataFormat getInstance()
Deprecated.
-
-