com.itextpdf.text.pdf
Class ICC_Profile

java.lang.Object
  extended by com.itextpdf.text.pdf.ICC_Profile

public class ICC_Profile
extends Object


Field Summary
protected  byte[] data
           
protected  int numComponents
           
 
Constructor Summary
protected ICC_Profile()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

protected byte[] data

numComponents

protected int numComponents
Constructor Detail

ICC_Profile

protected ICC_Profile()
Method Detail

getInstance

public static ICC_Profile getInstance(byte[] data,
                                      int numComponents)

getInstance

public static ICC_Profile getInstance(byte[] data)

getInstance

public static ICC_Profile getInstance(InputStream file)

GetInstance

public static ICC_Profile GetInstance(String fname)

getData

public byte[] getData()

getNumComponents

public int getNumComponents()


Copyright © 2013. All Rights Reserved.