Class GIFWritableImageMetadata
java.lang.Object
javax.imageio.metadata.IIOMetadata
com.github.jaiimageio.impl.plugins.gif.GIFMetadata
com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
com.github.jaiimageio.impl.plugins.gif.GIFWritableImageMetadata
-
Field Summary
FieldsFields inherited from class com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
applicationData, applicationIDs, authenticationCodes, characterCellHeight, characterCellWidth, comments, delayTime, disposalMethod, disposalMethodNames, hasPlainTextExtension, imageHeight, imageLeftPosition, imageTopPosition, imageWidth, interlaceFlag, localColorTable, nativeMetadataFormatName, sortFlag, text, textBackgroundColor, textForegroundColor, textGridHeight, textGridLeft, textGridTop, textGridWidth, transparentColorFlag, transparentColorIndex, userInputFlagFields inherited from class com.github.jaiimageio.impl.plugins.gif.GIFMetadata
UNDEFINED_INTEGER_VALUEFields inherited from class javax.imageio.metadata.IIOMetadata
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate byte[]fromISO8859(String data) booleanprotected voidmergeNativeTree(Node root) protected voidmergeStandardTree(Node root) voidreset()voidsetFromTree(String formatName, Node root) Methods inherited from class com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
getAsTree, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardTextNode, getStandardTransparencyNodeMethods inherited from class com.github.jaiimageio.impl.plugins.gif.GIFMetadata
fatal, getAttribute, getAttribute, getBooleanAttribute, getBooleanAttribute, getColorTable, getEnumeratedAttribute, getEnumeratedAttribute, getFloatAttribute, getFloatAttribute, getIntAttribute, getIntAttribute, getStringAttribute, mergeTreeMethods inherited from class javax.imageio.metadata.IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardDocumentNode, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController
-
Field Details
-
NATIVE_FORMAT_NAME
- See Also:
-
-
Constructor Details
-
GIFWritableImageMetadata
GIFWritableImageMetadata()
-
-
Method Details
-
isReadOnly
public boolean isReadOnly()- Overrides:
isReadOnlyin classGIFImageMetadata
-
reset
public void reset()- Overrides:
resetin classGIFImageMetadata
-
fromISO8859
-
mergeNativeTree
- Overrides:
mergeNativeTreein classGIFImageMetadata- Throws:
IIOInvalidTreeException
-
mergeStandardTree
- Overrides:
mergeStandardTreein classGIFImageMetadata- Throws:
IIOInvalidTreeException
-
setFromTree
- Overrides:
setFromTreein classGIFImageMetadata- Throws:
IIOInvalidTreeException
-