com.drew.metadata.jpeg

Class JpegDescriptor

Implemented Interfaces:
Serializable

public class JpegDescriptor
extends TagDescriptor

Provides human-readable string versions of the tags stored in a JpegDirectory. Thanks to Darrell Silver (www.darrellsilver.com) for the initial version of this class.

Field Summary

Fields inherited from class com.drew.metadata.TagDescriptor

_directory

Constructor Summary

JpegDescriptor(Directory directory)

Method Summary

String
getComponentDataDescription(int componentNumber)
String
getDataPrecisionDescription()
String
getDescription(int tagType)
String
getImageHeightDescription()
String
getImageWidthDescription()

Methods inherited from class com.drew.metadata.TagDescriptor

getDescription

Constructor Details

JpegDescriptor

public JpegDescriptor(Directory directory)

Method Details

getComponentDataDescription

public String getComponentDataDescription(int componentNumber)
            throws MetadataException

getDataPrecisionDescription

public String getDataPrecisionDescription()

getDescription

public String getDescription(int tagType)
            throws MetadataException
Overrides:
getDescription in interface TagDescriptor

getImageHeightDescription

public String getImageHeightDescription()

getImageWidthDescription

public String getImageWidthDescription()

Copyright © 2006 Drew Noakes. All Rights Reserved.