Package com.fourjs.report.avif
Class AVIFImageMetadata
- java.lang.Object
-
- javax.imageio.metadata.IIOMetadata
-
- com.fourjs.report.avif.AVIFImageMetadata
-
public class AVIFImageMetadata extends IIOMetadata
-
-
Constructor Summary
Constructors Constructor Description AVIFImageMetadata(int width, int height, int bitDepth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IIOMetadataNode
getAsTree(String formatName)
int
getBitDepth()
int
getHeight()
String
getNativeMetadataFormatName()
int
getWidth()
boolean
isReadOnly()
boolean
isStandardMetadataFormatSupported()
void
mergeTree(String formatName, Node root)
void
reset()
-
Methods inherited from class javax.imageio.metadata.IIOMetadata
activateController, getController, getDefaultController, getExtraMetadataFormatNames, getMetadataFormat, getMetadataFormatNames, hasController, setController, setFromTree
-
-
-
-
Method Detail
-
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in classIIOMetadata
-
isStandardMetadataFormatSupported
public boolean isStandardMetadataFormatSupported()
- Overrides:
isStandardMetadataFormatSupported
in classIIOMetadata
-
getNativeMetadataFormatName
public String getNativeMetadataFormatName()
- Overrides:
getNativeMetadataFormatName
in classIIOMetadata
-
getAsTree
public IIOMetadataNode getAsTree(String formatName)
- Specified by:
getAsTree
in classIIOMetadata
-
mergeTree
public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
- Specified by:
mergeTree
in classIIOMetadata
- Throws:
IIOInvalidTreeException
-
reset
public void reset()
- Specified by:
reset
in classIIOMetadata
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getBitDepth
public int getBitDepth()
-
-