Package gov.nih.mipav.model.file
Class MetadataExtractor.SanyoMakernoteDescriptor
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.TagDescriptor<MetadataExtractor.SanyoMakernoteDirectory>
-
- gov.nih.mipav.model.file.MetadataExtractor.SanyoMakernoteDescriptor
-
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.SanyoMakernoteDescriptor extends MetadataExtractor.TagDescriptor<MetadataExtractor.SanyoMakernoteDirectory>
Provides human-readable string representations of tag values stored in acom.drew.metadata.exif.makernotes.SonyType6MakernoteDirectory
.- Author:
- Drew Noakes https://drewnoakes.com
-
-
Field Summary
-
Fields inherited from class gov.nih.mipav.model.file.MetadataExtractor.TagDescriptor
_directory
-
-
Constructor Summary
Constructors Constructor Description SanyoMakernoteDescriptor(MetadataExtractor.SanyoMakernoteDirectory directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
getColorAdjustmentModeDescription()
java.lang.String
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.private java.lang.String
getDigitalZoomDescription()
private java.lang.String
getDigitalZoomOnDescription()
private java.lang.String
getFlashModeDescription()
private java.lang.String
getFlickerReduceDescription()
private java.lang.String
getLightSourceSpecialDescription()
private java.lang.String
getMacroDescription()
private java.lang.String
getOptimalZoomOnDescription()
private java.lang.String
getQuickShotDescription()
private java.lang.String
getRecordShutterDescription()
private java.lang.String
getResavedDescription()
java.lang.String
getSanyoQualityDescription()
private java.lang.String
getSceneSelectDescription()
private java.lang.String
getSelfTimerDescription()
private java.lang.String
getSequenceShotIntervalDescription()
private java.lang.String
getSequentialShotDescription()
private java.lang.String
getVoiceMemoDescription()
private java.lang.String
getWideRangeDescription()
-
Methods inherited from class gov.nih.mipav.model.file.MetadataExtractor.TagDescriptor
convertBytesToVersionString, get7BitStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getEncodedTextDescription, getEpochTimeDescription, getFocalLengthDescription, getFormattedFloat, getFormattedInt, getFormattedString, getFStopDescription, getIndexedDescription, getIndexedDescription, getLensSpecificationDescription, getOrientationDescription, getRationalOrDoubleString, getShutterSpeedDescription, getSimpleRational, getStringFromBytes, getVersionBytesDescription
-
-
-
-
Constructor Detail
-
SanyoMakernoteDescriptor
public SanyoMakernoteDescriptor(MetadataExtractor.SanyoMakernoteDirectory directory)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription(int tagType)
Description copied from class:MetadataExtractor.TagDescriptor
Returns a descriptive value of the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the metadata segment. If no substitution is available, the value provided bygetString(tagType)
will be returned.- Overrides:
getDescription
in classMetadataExtractor.TagDescriptor<MetadataExtractor.SanyoMakernoteDirectory>
- Parameters:
tagType
- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
null
if the tag hasn't been defined.
-
getSanyoQualityDescription
public java.lang.String getSanyoQualityDescription()
-
getMacroDescription
private java.lang.String getMacroDescription()
-
getDigitalZoomDescription
private java.lang.String getDigitalZoomDescription()
-
getSequentialShotDescription
private java.lang.String getSequentialShotDescription()
-
getWideRangeDescription
private java.lang.String getWideRangeDescription()
-
getColorAdjustmentModeDescription
private java.lang.String getColorAdjustmentModeDescription()
-
getQuickShotDescription
private java.lang.String getQuickShotDescription()
-
getSelfTimerDescription
private java.lang.String getSelfTimerDescription()
-
getVoiceMemoDescription
private java.lang.String getVoiceMemoDescription()
-
getRecordShutterDescription
private java.lang.String getRecordShutterDescription()
-
getFlickerReduceDescription
private java.lang.String getFlickerReduceDescription()
-
getOptimalZoomOnDescription
private java.lang.String getOptimalZoomOnDescription()
-
getDigitalZoomOnDescription
private java.lang.String getDigitalZoomOnDescription()
-
getLightSourceSpecialDescription
private java.lang.String getLightSourceSpecialDescription()
-
getResavedDescription
private java.lang.String getResavedDescription()
-
getSceneSelectDescription
private java.lang.String getSceneSelectDescription()
-
getSequenceShotIntervalDescription
private java.lang.String getSequenceShotIntervalDescription()
-
getFlashModeDescription
private java.lang.String getFlashModeDescription()
-
-