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, userInputFlag
Fields inherited from class com.github.jaiimageio.impl.plugins.gif.GIFMetadata
UNDEFINED_INTEGER_VALUE
Fields 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) boolean
protected void
mergeNativeTree
(Node root) protected void
mergeStandardTree
(Node root) void
reset()
void
setFromTree
(String formatName, Node root) Methods inherited from class com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
getAsTree, getStandardChromaNode, getStandardCompressionNode, getStandardDataNode, getStandardDimensionNode, getStandardTextNode, getStandardTransparencyNode
Methods inherited from class com.github.jaiimageio.impl.plugins.gif.GIFMetadata
fatal, getAttribute, getAttribute, getBooleanAttribute, getBooleanAttribute, getColorTable, getEnumeratedAttribute, getEnumeratedAttribute, getFloatAttribute, getFloatAttribute, getIntAttribute, getIntAttribute, getStringAttribute, mergeTree
Methods 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:
isReadOnly
in classGIFImageMetadata
-
reset
public void reset()- Overrides:
reset
in classGIFImageMetadata
-
fromISO8859
-
mergeNativeTree
- Overrides:
mergeNativeTree
in classGIFImageMetadata
- Throws:
IIOInvalidTreeException
-
mergeStandardTree
- Overrides:
mergeStandardTree
in classGIFImageMetadata
- Throws:
IIOInvalidTreeException
-
setFromTree
- Overrides:
setFromTree
in classGIFImageMetadata
- Throws:
IIOInvalidTreeException
-