
| ExifDescriptor | ( | Directory | directory | ) |
| static String convertBytesToVersionString | ( | int[] | components | ) | [static] |
Takes a series of 4 bytes from the specified offset, and converts these to a well-known version number, where possible. For example, (hex) 30 32 31 30 == 2.10).
| components | the four version values |
| String getApertureValueDescription | ( | ) | throws MetadataException [private] |
| String getBitsPerSampleDescription | ( | ) | [private] |
| String getColorSpaceDescription | ( | ) | throws MetadataException [private] |
| String getComponentConfigurationDescription | ( | ) | throws MetadataException [private] |
| String getCompressionDescription | ( | ) | throws MetadataException [private] |
| String getCompressionLevelDescription | ( | ) | 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.
| tagType | the tag to find a description for |
null if the tag hasn't been defined. Implements TagDescriptor.
| String getExifImageHeightDescription | ( | ) | throws MetadataException [private] |
| String getExifImageWidthDescription | ( | ) | throws MetadataException [private] |
| String getExifVersionDescription | ( | ) | throws MetadataException [private] |
| String getExposureBiasDescription | ( | ) | throws MetadataException [private] |
| String getExposureProgramDescription | ( | ) | throws MetadataException [private] |
| String getExposureTimeDescription | ( | ) | [private] |
| String getFileSourceDescription | ( | ) | throws MetadataException [private] |
| String getFlashDescription | ( | ) | throws MetadataException [private] |
| String getFlashPixVersionDescription | ( | ) | throws MetadataException [private] |
| String getFNumberDescription | ( | ) | throws MetadataException [private] |
| String getFocalLengthDescription | ( | ) | throws MetadataException [private] |
| String getFocalPlaneResolutionUnitDescription | ( | ) | throws MetadataException [private] |
| String getFocalPlaneXResolutionDescription | ( | ) | throws MetadataException [private] |
| String getFocalPlaneYResolutionDescription | ( | ) | throws MetadataException [private] |
| String getIsoEquivalentDescription | ( | ) | throws MetadataException [private] |
| String getMaxApertureValueDescription | ( | ) | throws MetadataException [private] |
| String getMeteringModeDescription | ( | ) | throws MetadataException [private] |
| String getOrientationDescription | ( | ) | throws MetadataException [private] |
| String getPhotometricInterpretationDescription | ( | ) | throws MetadataException [private] |
| String getPlanarConfigurationDescription | ( | ) | throws MetadataException [private] |
| String getReferenceBlackWhiteDescription | ( | ) | throws MetadataException [private] |
| String getResolutionDescription | ( | ) | throws MetadataException [private] |
| String getRowsPerStripDescription | ( | ) | [private] |
| String getSamplesPerPixelDescription | ( | ) | [private] |
| String getSceneTypeDescription | ( | ) | throws MetadataException [private] |
| String getSensingMethodDescription | ( | ) | throws MetadataException [private] |
| String getShutterSpeedDescription | ( | ) | throws MetadataException [private] |
| String getStripByteCountsDescription | ( | ) | [private] |
| String getSubjectDistanceDescription | ( | ) | throws MetadataException [private] |
| String getThumbnailDescription | ( | ) | throws MetadataException [private] |
| String getThumbnailImageHeightDescription | ( | ) | [private] |
| String getThumbnailImageWidthDescription | ( | ) | [private] |
| String getThumbnailLengthDescription | ( | ) | [private] |
| String getThumbnailOffsetDescription | ( | ) | [private] |
| String getWhiteBalanceDescription | ( | ) | throws MetadataException [private] |
| String getXResolutionDescription | ( | ) | throws MetadataException [private] |
| String getYCbCrPositioningDescription | ( | ) | throws MetadataException [private] |
| String getYCbCrSubsamplingDescription | ( | ) | throws MetadataException [private] |
| String getYResolutionDescription | ( | ) | throws MetadataException [private] |
boolean _allowDecimalRepresentationOfRationals = true [private] |
Dictates whether rational values will be represented in decimal format in instances where decimal notation is elegant (such as 1/2 -> 0.5, but not 1/3).
1.5.8