Uses of Class
com.drew.metadata.MetadataException
-
Packages that use MetadataException Package Description com.drew.metadata Provides classes for generic modelling of metadata directories and tags.com.drew.metadata.jfif Contains classes for the extraction and modelling of JFIF metadata.com.drew.metadata.jfxx Contains classes for the extraction and modelling of JFXX (JFIF extension) metadata.com.drew.metadata.jpeg Contains classes for the extraction and modelling of JPEG file format metadata. -
-
Uses of MetadataException in com.drew.metadata
Methods in com.drew.metadata that throw MetadataException Modifier and Type Method Description booleanDirectory. getBoolean(int tagType)Returns the specified tag's value as a boolean, if possible.doubleDirectory. getDouble(int tagType)Returns the specified tag's value as a double, if possible.floatDirectory. getFloat(int tagType)Returns the specified tag's value as a float, if possible.intDirectory. getInt(int tagType)Returns the specified tag's value as an int, if possible.longDirectory. getLong(int tagType)Returns the specified tag's value as a long, if possible. -
Uses of MetadataException in com.drew.metadata.jfif
Methods in com.drew.metadata.jfif that throw MetadataException Modifier and Type Method Description intJfifDirectory. getImageHeight()Deprecated.useJfifDirectory.getResX()instead.intJfifDirectory. getImageWidth()Deprecated.useJfifDirectory.getResY()instead.intJfifDirectory. getResUnits()intJfifDirectory. getResX()intJfifDirectory. getResY()intJfifDirectory. getVersion() -
Uses of MetadataException in com.drew.metadata.jfxx
Methods in com.drew.metadata.jfxx that throw MetadataException Modifier and Type Method Description intJfxxDirectory. getExtensionCode() -
Uses of MetadataException in com.drew.metadata.jpeg
Methods in com.drew.metadata.jpeg that throw MetadataException Modifier and Type Method Description intJpegDirectory. getImageHeight()intJpegDirectory. getImageWidth()intJpegDirectory. getNumberOfComponents()intHuffmanTablesDirectory. getNumberOfTables()
-