public class IccDescriptor extends TagDescriptor<IccDirectory>
_directory
Constructor and Description |
---|
IccDescriptor(IccDirectory directory) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
formatDoubleAsString(double value,
int precision,
boolean zeroes) |
java.lang.String |
getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
|
convertBytesToVersionString
public IccDescriptor(IccDirectory directory)
public java.lang.String getDescription(int tagType)
TagDescriptor
getString(tagType)
will be returned.getDescription
in class TagDescriptor<IccDirectory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public static java.lang.String formatDoubleAsString(double value, int precision, boolean zeroes)
Copyright © 2002-2013 Drew Noakes. All Rights Reserved.