
Public Member Functions | |
| String | getDescription (int tagType) throws MetadataException |
| NikonType1MakernoteDescriptor (Directory directory) | |
Private Member Functions | |
| String | getCcdSensitivityDescription () throws MetadataException |
| String | getColorModeDescription () throws MetadataException |
| String | getConverterDescription () throws MetadataException |
| String | getDigitalZoomDescription () throws MetadataException |
| String | getFocusDescription () throws MetadataException |
| String | getImageAdjustmentDescription () throws MetadataException |
| String | getQualityDescription () throws MetadataException |
| String | getWhiteBalanceDescription () throws MetadataException |
:0000: 4E 69 6B 6F 6E 00 01 00-05 00 02 00 02 00 06 00 Nikon...........
:0010: 00 00 EC 02 00 00 03 00-03 00 01 00 00 00 06 00 ................
| NikonType1MakernoteDescriptor | ( | Directory | directory | ) |
| String getCcdSensitivityDescription | ( | ) | throws MetadataException [private] |
| String getColorModeDescription | ( | ) | throws MetadataException [private] |
| String getConverterDescription | ( | ) | 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 getDigitalZoomDescription | ( | ) | throws MetadataException [private] |
| String getFocusDescription | ( | ) | throws MetadataException [private] |
| String getImageAdjustmentDescription | ( | ) | throws MetadataException [private] |
| String getQualityDescription | ( | ) | throws MetadataException [private] |
| String getWhiteBalanceDescription | ( | ) | throws MetadataException [private] |
1.5.8