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 IIOMetadataNodegetAsTree(String formatName)intgetBitDepth()intgetHeight()StringgetNativeMetadataFormatName()intgetWidth()booleanisReadOnly()booleanisStandardMetadataFormatSupported()voidmergeTree(String formatName, Node root)voidreset()-
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:
isReadOnlyin classIIOMetadata
-
isStandardMetadataFormatSupported
public boolean isStandardMetadataFormatSupported()
- Overrides:
isStandardMetadataFormatSupportedin classIIOMetadata
-
getNativeMetadataFormatName
public String getNativeMetadataFormatName()
- Overrides:
getNativeMetadataFormatNamein classIIOMetadata
-
getAsTree
public IIOMetadataNode getAsTree(String formatName)
- Specified by:
getAsTreein classIIOMetadata
-
mergeTree
public void mergeTree(String formatName, Node root) throws IIOInvalidTreeException
- Specified by:
mergeTreein classIIOMetadata- Throws:
IIOInvalidTreeException
-
reset
public void reset()
- Specified by:
resetin classIIOMetadata
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getBitDepth
public int getBitDepth()
-
-