public class GIFStreamMetadata extends GIFMetadata
Modifier and Type | Field and Description |
---|---|
int |
backgroundColorIndex |
int |
colorResolution |
static String[] |
colorTableSizes |
byte[] |
globalColorTable |
int |
logicalScreenHeight |
int |
logicalScreenWidth |
(package private) static String |
nativeMetadataFormatName |
int |
pixelAspectRatio |
boolean |
sortFlag |
String |
version |
static String[] |
versionStrings |
UNDEFINED_INTEGER_VALUE
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, standardFormatSupported
Modifier | Constructor and Description |
---|---|
|
GIFStreamMetadata() |
protected |
GIFStreamMetadata(boolean standardMetadataFormatSupported,
String nativeMetadataFormatName,
String nativeMetadataFormatClassName,
String[] extraMetadataFormatNames,
String[] extraMetadataFormatClassNames) |
Modifier and Type | Method and Description |
---|---|
Node |
getAsTree(String formatName) |
private Node |
getNativeTree() |
IIOMetadataNode |
getStandardChromaNode() |
IIOMetadataNode |
getStandardCompressionNode() |
IIOMetadataNode |
getStandardDataNode() |
IIOMetadataNode |
getStandardDimensionNode() |
IIOMetadataNode |
getStandardDocumentNode() |
IIOMetadataNode |
getStandardTextNode() |
IIOMetadataNode |
getStandardTransparencyNode() |
boolean |
isReadOnly() |
protected void |
mergeNativeTree(Node root) |
protected void |
mergeStandardTree(Node root) |
void |
reset() |
void |
setFromTree(String formatName,
Node root) |
fatal, getAttribute, getAttribute, getBooleanAttribute, getBooleanAttribute, getColorTable, getEnumeratedAttribute, getEnumeratedAttribute, getFloatAttribute, getFloatAttribute, getIntAttribute, getIntAttribute, getStringAttribute, mergeTree
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTileNode, getStandardTree, hasController, isStandardMetadataFormatSupported, setController
static final String nativeMetadataFormatName
public static final String[] versionStrings
public String version
public int logicalScreenWidth
public int logicalScreenHeight
public int colorResolution
public int pixelAspectRatio
public int backgroundColorIndex
public boolean sortFlag
public static final String[] colorTableSizes
public byte[] globalColorTable
protected GIFStreamMetadata(boolean standardMetadataFormatSupported, String nativeMetadataFormatName, String nativeMetadataFormatClassName, String[] extraMetadataFormatNames, String[] extraMetadataFormatClassNames)
public GIFStreamMetadata()
public boolean isReadOnly()
isReadOnly
in class IIOMetadata
public Node getAsTree(String formatName)
getAsTree
in class IIOMetadata
private Node getNativeTree()
public IIOMetadataNode getStandardChromaNode()
getStandardChromaNode
in class IIOMetadata
public IIOMetadataNode getStandardCompressionNode()
getStandardCompressionNode
in class IIOMetadata
public IIOMetadataNode getStandardDataNode()
getStandardDataNode
in class IIOMetadata
public IIOMetadataNode getStandardDimensionNode()
getStandardDimensionNode
in class IIOMetadata
public IIOMetadataNode getStandardDocumentNode()
getStandardDocumentNode
in class IIOMetadata
public IIOMetadataNode getStandardTextNode()
getStandardTextNode
in class IIOMetadata
public IIOMetadataNode getStandardTransparencyNode()
getStandardTransparencyNode
in class IIOMetadata
public void setFromTree(String formatName, Node root) throws IIOInvalidTreeException
setFromTree
in class IIOMetadata
IIOInvalidTreeException
protected void mergeNativeTree(Node root) throws IIOInvalidTreeException
mergeNativeTree
in class GIFMetadata
IIOInvalidTreeException
protected void mergeStandardTree(Node root) throws IIOInvalidTreeException
mergeStandardTree
in class GIFMetadata
IIOInvalidTreeException
public void reset()
reset
in class IIOMetadata
Copyright © 2015 Open Microscopy Environment