public class PBoxICCProfile extends PBoxExternal
| Modifier and Type | Field and Description |
|---|---|
static int |
COLOR_SPACE_OFFSET
Offset of color space in header
|
static int |
DEVICE_CLASS_OFFSET
Offset of device class in header
|
static int |
HEADER_LENGTH
Length of icc output profile header
|
static int |
REQUIRED_LENGTH
Expected length for device class and so on
|
static int |
SUBVERSION_BYTE
Offset of subversion byte
|
static int |
VERSION_BYTE
Offset of version byte
|
static int |
VERSION_LENGTH
Expected length version
|
| Modifier | Constructor and Description |
|---|---|
protected |
PBoxICCProfile(COSStream profileStream,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getcolorSpace() |
String |
getdeviceClass() |
Boolean |
getisValid()
Indicate validity of icc profile.
|
Long |
getN() |
Double |
getversion() |
public static final int HEADER_LENGTH
public static final int DEVICE_CLASS_OFFSET
public static final int COLOR_SPACE_OFFSET
public static final int REQUIRED_LENGTH
public static final int VERSION_LENGTH
public static final int VERSION_BYTE
public static final int SUBVERSION_BYTE
protected PBoxICCProfile(COSStream profileStream,
String type)
public String getdeviceClass()
public Long getN()
public String getcolorSpace()
public Double getversion()
public Boolean getisValid()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.