public class IccProfile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
data |
protected int |
numComponents |
| Modifier | Constructor and Description |
|---|---|
protected |
IccProfile() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
static String |
getIccColorSpaceName(byte[] data) |
static String |
getIccDeviceClass(byte[] data) |
static Integer |
getIccNumberOfComponents(byte[] data) |
static IccProfile |
getInstance(byte[] data) |
static IccProfile |
getInstance(byte[] data, int numComponents) |
static IccProfile |
getInstance(InputStream stream) |
static IccProfile |
getInstance(RandomAccessFileOrArray file) |
static IccProfile |
getInstance(String filename) |
int |
getNumComponents() |
public static IccProfile getInstance(byte[] data, int numComponents)
public static IccProfile getInstance(byte[] data)
public static IccProfile getInstance(RandomAccessFileOrArray file)
public static IccProfile getInstance(InputStream stream)
public static IccProfile getInstance(String filename)
public static String getIccColorSpaceName(byte[] data)
public static String getIccDeviceClass(byte[] data)
public static Integer getIccNumberOfComponents(byte[] data)
public byte[] getData()
public int getNumComponents()
Copyright © 1998–2016 iText Group NV. All rights reserved.