public final class PSDMetadata extends IIOMetadata
| Modifier and Type | Field and Description |
|---|---|
static String |
NATIVE_METADATA_FORMAT_NAME |
controller, defaultController, extraMetadataFormatClassNames, extraMetadataFormatNames, nativeMetadataFormatClassName, nativeMetadataFormatName, standardFormatSupported| Modifier | Constructor and Description |
|---|---|
protected |
PSDMetadata() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertMutable()
Asserts that this meta data is mutable.
|
Object |
clone() |
Node |
getAsTree(String pFormatName) |
protected Node |
getNativeTree() |
protected IIOMetadataNode |
getStandardChromaNode() |
protected IIOMetadataNode |
getStandardCompressionNode() |
protected IIOMetadataNode |
getStandardDataNode() |
protected IIOMetadataNode |
getStandardDimensionNode() |
protected IIOMetadataNode |
getStandardDocumentNode() |
protected IIOMetadataNode |
getStandardTextNode() |
protected IIOMetadataNode |
getStandardTileNode() |
protected IIOMetadataNode |
getStandardTransparencyNode() |
boolean |
isReadOnly()
Default implementation returns
true. |
void |
mergeTree(String pFormatName,
Node pRoot) |
void |
reset() |
protected static String |
toListString(short[] values) |
protected void |
validateFormatName(String pFormatName) |
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, getNativeMetadataFormatName, getStandardTree, hasController, isStandardMetadataFormatSupported, setController, setFromTreepublic static final String NATIVE_METADATA_FORMAT_NAME
protected Node getNativeTree()
protected IIOMetadataNode getStandardChromaNode()
getStandardChromaNode in class IIOMetadataprotected IIOMetadataNode getStandardCompressionNode()
getStandardCompressionNode in class IIOMetadataprotected IIOMetadataNode getStandardDataNode()
getStandardDataNode in class IIOMetadataprotected IIOMetadataNode getStandardDimensionNode()
getStandardDimensionNode in class IIOMetadataprotected IIOMetadataNode getStandardDocumentNode()
getStandardDocumentNode in class IIOMetadataprotected IIOMetadataNode getStandardTextNode()
getStandardTextNode in class IIOMetadataprotected IIOMetadataNode getStandardTileNode()
getStandardTileNode in class IIOMetadataprotected IIOMetadataNode getStandardTransparencyNode()
getStandardTransparencyNode in class IIOMetadatapublic boolean isReadOnly()
true.
Mutable subclasses should override this method.isReadOnly in class IIOMetadatatrue.public Node getAsTree(String pFormatName)
getAsTree in class IIOMetadatapublic void mergeTree(String pFormatName, Node pRoot) throws IIOInvalidTreeException
mergeTree in class IIOMetadataIIOInvalidTreeExceptionpublic void reset()
reset in class IIOMetadataprotected final void assertMutable()
IllegalStateException - if isReadOnly() returns true.protected final void validateFormatName(String pFormatName)
protected static String toListString(short[] values)
Copyright © 2015. All Rights Reserved.