
Public Member Functions | |
| FujifilmMakernoteDescriptor (Directory directory) | |
| String | getDescription (int tagType) throws MetadataException |
Private Member Functions | |
| String | getAutoExposureWarningDescription () throws MetadataException |
| String | getBlurWarningDescription () throws MetadataException |
| String | getColorDescription () throws MetadataException |
| String | getContinuousTakingOrAutoBrackettingDescription () throws MetadataException |
| String | getFlashModeDescription () throws MetadataException |
| String | getFlashStrengthDescription () throws MetadataException |
| String | getFocusModeDescription () throws MetadataException |
| String | getFocusWarningDescription () throws MetadataException |
| String | getMacroDescription () throws MetadataException |
| String | getPictureModeDescription () throws MetadataException |
| String | getSharpnessDescription () throws MetadataException |
| String | getSlowSyncDescription () throws MetadataException |
| String | getToneDescription () throws MetadataException |
| String | getWhiteBalanceDescription () throws MetadataException |
:0000: 46 55 4A 49 46 49 4C 4D-0C 00 00 00 0F 00 00 00 :0000: FUJIFILM........ :0010: 07 00 04 00 00 00 30 31-33 30 00 10 02 00 08 00 :0010: ......0130......
There are two big differences to the other manufacturers.
| FujifilmMakernoteDescriptor | ( | Directory | directory | ) |
| String getAutoExposureWarningDescription | ( | ) | throws MetadataException [private] |
| String getBlurWarningDescription | ( | ) | throws MetadataException [private] |
| String getColorDescription | ( | ) | throws MetadataException [private] |
| String getContinuousTakingOrAutoBrackettingDescription | ( | ) | throws MetadataException [private] |
| String getDescription | ( | int | tagType | ) | throws MetadataException [virtual] |
Returns a descriptive value of the the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the Exif segment. If no substitution is available, the value provided by getString(int) will be returned.
This and getString(int) are the only 'get' methods that won't throw an exception.
| tagType | the tag to find a description for |
null if the tag hasn't been defined. Implements TagDescriptor.
| String getFlashModeDescription | ( | ) | throws MetadataException [private] |
| String getFlashStrengthDescription | ( | ) | throws MetadataException [private] |
| String getFocusModeDescription | ( | ) | throws MetadataException [private] |
| String getFocusWarningDescription | ( | ) | throws MetadataException [private] |
| String getMacroDescription | ( | ) | throws MetadataException [private] |
| String getPictureModeDescription | ( | ) | throws MetadataException [private] |
| String getSharpnessDescription | ( | ) | throws MetadataException [private] |
| String getSlowSyncDescription | ( | ) | throws MetadataException [private] |
| String getToneDescription | ( | ) | throws MetadataException [private] |
| String getWhiteBalanceDescription | ( | ) | throws MetadataException [private] |
1.5.8