com.drew.metadata.bmp
public class BmpHeaderDescriptor extends TagDescriptor<BmpHeaderDirectory>
| Constructor and Description |
|---|
BmpHeaderDescriptor(BmpHeaderDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompressionDescription() |
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
convertBytesToVersionStringpublic BmpHeaderDescriptor(BmpHeaderDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<BmpHeaderDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getCompressionDescription()
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.