Class GIFImageMetadata
java.lang.Object
javax.imageio.metadata.IIOMetadata
com.github.jaiimageio.impl.plugins.gif.GIFMetadata
com.github.jaiimageio.impl.plugins.gif.GIFImageMetadata
- Direct Known Subclasses:
GIFWritableImageMetadata
- Version:
- 0.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintint(package private) static final String[]booleanintintintintbooleanbyte[](package private) static final Stringbooleanbyte[]intintintintintintbooleanintbooleanFields inherited from class GIFMetadata
UNDEFINED_INTEGER_VALUEFields inherited from class IIOMetadata
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGIFImageMetadata(boolean standardMetadataFormatSupported, String nativeMetadataFormatName, String nativeMetadataFormatClassName, String[] extraMetadataFormatNames, String[] extraMetadataFormatClassNames) -
Method Summary
Modifier and TypeMethodDescriptionprivate Nodebooleanprotected voidmergeNativeTree(Node root) protected voidmergeStandardTree(Node root) voidreset()voidsetFromTree(String formatName, Node root) private StringtoISO8859(byte[] data) Methods inherited from class GIFMetadata
fatal, getAttribute, getAttribute, getBooleanAttribute, getBooleanAttribute, getColorTable, getEnumeratedAttribute, getEnumeratedAttribute, getFloatAttribute, getFloatAttribute, getIntAttribute, getIntAttribute, getStringAttribute, mergeTreeMethods inherited from class IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardDocumentNode, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController
-
Field Details
-
nativeMetadataFormatName
- See Also:
-
disposalMethodNames
-
imageLeftPosition
public int imageLeftPosition -
imageTopPosition
public int imageTopPosition -
imageWidth
public int imageWidth -
imageHeight
public int imageHeight -
interlaceFlag
public boolean interlaceFlag -
sortFlag
public boolean sortFlag -
localColorTable
public byte[] localColorTable -
disposalMethod
public int disposalMethod -
userInputFlag
public boolean userInputFlag -
transparentColorFlag
public boolean transparentColorFlag -
delayTime
public int delayTime -
transparentColorIndex
public int transparentColorIndex -
hasPlainTextExtension
public boolean hasPlainTextExtension -
textGridLeft
public int textGridLeft -
textGridTop
public int textGridTop -
textGridWidth
public int textGridWidth -
textGridHeight
public int textGridHeight -
characterCellWidth
public int characterCellWidth -
characterCellHeight
public int characterCellHeight -
textForegroundColor
public int textForegroundColor -
textBackgroundColor
public int textBackgroundColor -
text
public byte[] text -
applicationIDs
-
authenticationCodes
-
applicationData
-
comments
-
-
Constructor Details
-
GIFImageMetadata
-
GIFImageMetadata
public GIFImageMetadata()
-
-
Method Details
-
isReadOnly
public boolean isReadOnly()- Specified by:
isReadOnlyin classIIOMetadata
-
getAsTree
- Specified by:
getAsTreein classIIOMetadata
-
toISO8859
-
getNativeTree
-
getStandardChromaNode
- Overrides:
getStandardChromaNodein classIIOMetadata
-
getStandardCompressionNode
- Overrides:
getStandardCompressionNodein classIIOMetadata
-
getStandardDataNode
- Overrides:
getStandardDataNodein classIIOMetadata
-
getStandardDimensionNode
- Overrides:
getStandardDimensionNodein classIIOMetadata
-
getStandardTextNode
- Overrides:
getStandardTextNodein classIIOMetadata
-
getStandardTransparencyNode
- Overrides:
getStandardTransparencyNodein classIIOMetadata
-
setFromTree
- Overrides:
setFromTreein classIIOMetadata- Throws:
IIOInvalidTreeException
-
mergeNativeTree
- Specified by:
mergeNativeTreein classGIFMetadata- Throws:
IIOInvalidTreeException
-
mergeStandardTree
- Specified by:
mergeStandardTreein classGIFMetadata- Throws:
IIOInvalidTreeException
-
reset
public void reset()- Specified by:
resetin classIIOMetadata
-