public class IccTag extends Object implements BinaryConstants, IccConstants
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
IccTagType |
fIccTagType |
int |
length |
int |
offset |
int |
signature |
BYTE_ORDER_BIG_ENDIAN, BYTE_ORDER_INTEL, BYTE_ORDER_LEAST_SIGNIFICANT_BYTE, BYTE_ORDER_LITTLE_ENDIAN, BYTE_ORDER_LSB, BYTE_ORDER_MOST_SIGNIFICANT_BYTE, BYTE_ORDER_MOTOROLA, BYTE_ORDER_MSB, BYTE_ORDER_NETWORKAToB0Tag, AToB1Tag, AToB2Tag, blueMatrixColumnTag, blueTRCTag, BToA0Tag, BToA1Tag, BToA2Tag, calibrationDateTimeTag, charTargetTag, chromaticAdaptationTag, chromaticityTag, colorantOrderTag, colorantTableTag, copyrightTag, dataType, descType, deviceMfgDescTag, deviceModelDescTag, gamutTag, grayTRCTag, greenMatrixColumnTag, greenTRCTag, IccTagDataTypes, IEC, luminanceTag, measurementTag, mediaBlackPointTag, mediaWhitePointTag, multiLocalizedUnicodeType, namedColor2Tag, outputResponseTag, preview0Tag, preview1Tag, preview2Tag, profileDescriptionTag, profileSequenceDescTag, redMatrixColumnTag, redTRCTag, signatureType, sRGB, TagTypes, technologyTag, textType, viewingCondDescTag, viewingConditionsTag| Constructor and Description |
|---|
IccTag(int signature,
int offset,
int length,
IccTagType fIccTagType) |
public final int signature
public final int offset
public final int length
public final IccTagType fIccTagType
public byte[] data
public IccTag(int signature,
int offset,
int length,
IccTagType fIccTagType)
public void setData(byte[] bytes)
throws ImageReadException,
IOException
ImageReadExceptionIOExceptionpublic void dump(String prefix) throws ImageReadException, IOException
ImageReadExceptionIOExceptionpublic void dump(PrintWriter pw, String prefix) throws ImageReadException, IOException
ImageReadExceptionIOExceptionCopyright © 2007-2012. All Rights Reserved.