| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.Resource
com.cete.dynamicpdf.IccProfile
public class IccProfile
Represents an ICC profile resource.
Licensing:
This property is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| IccProfile(byte[] iccProfile)Initializes a new instance of the IccProfileclass. | |
| IccProfile(java.io.FileInputStream iccProfile)Initializes a new instance of the IccProfileclass. | |
| IccProfile(java.lang.String filePath)Initializes a new instance of the IccProfileclass. | |
| Method Summary | |
|---|---|
|  void | draw(DocumentWriter writer)Draws the ICC profile data to the given DocumentWriterobject. | 
| Methods inherited from class com.cete.dynamicpdf.Resource | 
|---|
| getRequiredPdfObjects, getResourceType, getUid, newUid | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public IccProfile(java.lang.String filePath)
IccProfile class.
filePath - A Physical path to the file containing the ICC profile data.public IccProfile(byte[] iccProfile)
IccProfile class.
iccProfile - A byte array containing the ICC profile data.public IccProfile(java.io.FileInputStream iccProfile)
IccProfile class.
iccProfile - object containing the ICC profile data.| Method Detail | 
|---|
public void draw(DocumentWriter writer)
DocumentWriter object.
draw in class Resourcewriter - DocumentWriter object to receive the ICC profile's output.DocumentWriter| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||