Class ICC_Profile
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.pdf.ICC_Profile
-
public class ICC_Profile extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
data
protected int
numComponents
-
Constructor Summary
Constructors Modifier Constructor Description protected
ICC_Profile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
static ICC_Profile
getInstance(byte[] data, int numComponents)
int
getNumComponents()
-
-
-
Method Detail
-
getInstance
public static ICC_Profile getInstance(byte[] data, int numComponents)
-
getData
public byte[] getData()
-
getNumComponents
public int getNumComponents()
-
-