public class ICCProfile extends PDObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CMM_TYPE_OFFSET
Offset of cmm type in header
|
static int |
COLOR_SPACE_OFFSET
Offset of color space in header
|
static int |
CREATOR_OFFSET
Offset of creator in header
|
static int |
DEVICE_CLASS_OFFSET
Offset of device class in header
|
static int |
DEVICE_MANUFACTURER_OFFSET
Offset of device manufacturer in header
|
static int |
DEVICE_MODEL_OFFSET
Offset of device model in header
|
static int |
HEADER_LENGTH
Length of icc profile header
|
static int |
PROFILE_ID_LENGTH
Expected length for profile id
|
static int |
PROFILE_ID_OFFSET
Offset of profile id in header
|
static int |
RENDERING_INTENT_OFFSET
Offset of rendering intent in header
|
static int |
REQUIRED_LENGTH
Expected length for device class and so on
|
static int |
SUBVERSION_BYTE
Offset of subversion byte
|
static int |
TAGINFO_LENGTH
Length of icc profile tag info
|
static int |
VERSION_BYTE
Offset of version byte
|
static int |
VERSION_LENGTH
Expected length version
|
| Constructor and Description |
|---|
ICCProfile(COSObject profileStream) |
| Modifier and Type | Method and Description |
|---|---|
PDColorSpace |
getAlternate() |
String |
getCMMType() |
String |
getColorSpace() |
String |
getCopyright() |
Calendar |
getCreationDate() |
String |
getCreator() |
String |
getDescription() |
String |
getDeviceClass() |
String |
getDeviceManufacturer() |
String |
getDeviceModel() |
PDMetadata |
getMetadata() |
Long |
getNumberOfColorants() |
String |
getProfileID() |
double[] |
getRange() |
String |
getRenderingIntent() |
Double |
getVersion() |
boolean |
isLooksValid() |
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObjectpublic static final int HEADER_LENGTH
public static final int TAGINFO_LENGTH
public static final int CMM_TYPE_OFFSET
public static final int DEVICE_CLASS_OFFSET
public static final int COLOR_SPACE_OFFSET
public static final int DEVICE_MANUFACTURER_OFFSET
public static final int DEVICE_MODEL_OFFSET
public static final int RENDERING_INTENT_OFFSET
public static final int CREATOR_OFFSET
public static final int PROFILE_ID_OFFSET
public static final int REQUIRED_LENGTH
public static final int PROFILE_ID_LENGTH
public static final int VERSION_LENGTH
public static final int VERSION_BYTE
public static final int SUBVERSION_BYTE
public ICCProfile(COSObject profileStream)
public boolean isLooksValid()
public String getDeviceClass()
public String getColorSpace()
public String getCMMType()
public String getCreator()
public Calendar getCreationDate()
public String getRenderingIntent()
public String getProfileID()
public String getDeviceModel()
public String getDeviceManufacturer()
public Double getVersion()
public String getCopyright()
public String getDescription()
public Long getNumberOfColorants()
public double[] getRange()
public PDColorSpace getAlternate()
public PDMetadata getMetadata()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.