Class SanyoMakernoteDescriptor
- java.lang.Object
-
- com.drew.metadata.TagDescriptor<SanyoMakernoteDirectory>
-
- com.drew.metadata.exif.makernotes.SanyoMakernoteDescriptor
-
public class SanyoMakernoteDescriptor extends TagDescriptor<SanyoMakernoteDirectory>
Provides human-readable string representations of tag values stored in aSonyType6MakernoteDirectory.
-
-
Field Summary
-
Fields inherited from class com.drew.metadata.TagDescriptor
_directory
-
-
Constructor Summary
Constructors Constructor Description SanyoMakernoteDescriptor(SanyoMakernoteDirectory directory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.StringgetColorAdjustmentModeDescription()java.lang.StringgetDescription(int tagType)Returns a descriptive value of the specified tag for this image.private java.lang.StringgetDigitalZoomDescription()private java.lang.StringgetDigitalZoomOnDescription()private java.lang.StringgetFlashModeDescription()private java.lang.StringgetFlickerReduceDescription()private java.lang.StringgetLightSourceSpecialDescription()private java.lang.StringgetMacroDescription()private java.lang.StringgetOptimalZoomOnDescription()private java.lang.StringgetQuickShotDescription()private java.lang.StringgetRecordShutterDescription()private java.lang.StringgetResavedDescription()java.lang.StringgetSanyoQualityDescription()private java.lang.StringgetSceneSelectDescription()private java.lang.StringgetSelfTimerDescription()private java.lang.StringgetSequenceShotIntervalDescription()private java.lang.StringgetSequentialShotDescription()private java.lang.StringgetVoiceMemoDescription()private java.lang.StringgetWideRangeDescription()-
Methods inherited from class com.drew.metadata.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(SanyoMakernoteDirectory directory)
-
-
Method Detail
-
getDescription
public java.lang.String getDescription(int tagType)
Description copied from class:TagDescriptorReturns 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:
getDescriptionin classTagDescriptor<SanyoMakernoteDirectory>- Parameters:
tagType- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
nullif 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()
-
-