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