public class ICC_Profile extends Object
Modifier and Type | Field | Description |
---|---|---|
protected byte[] |
data |
|
protected int |
numComponents |
Modifier | Constructor | Description |
---|---|---|
protected |
ICC_Profile() |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getData() |
|
static ICC_Profile |
getInstance(byte[] data) |
|
static ICC_Profile |
getInstance(byte[] data,
int numComponents) |
|
static ICC_Profile |
getInstance(InputStream file) |
|
static ICC_Profile |
GetInstance(String fname) |
|
int |
getNumComponents() |
public static ICC_Profile getInstance(byte[] data, int numComponents)
public static ICC_Profile getInstance(byte[] data)
public static ICC_Profile getInstance(InputStream file)
public static ICC_Profile GetInstance(String fname)
public byte[] getData()
public int getNumComponents()
Copyright © 2018. All rights reserved.