public class PBICCProfileFeaturesObjectAdapter extends Object
| Constructor and Description |
|---|
PBICCProfileFeaturesObjectAdapter(COSStream profile,
String id)
Constructs new icc profile feature object adapter
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCMMType() |
String |
getCopyright() |
Calendar |
getCreationDate() |
String |
getCreator() |
InputStream |
getData() |
String |
getDataColorSpace() |
String |
getDefaultRenderingIntent() |
String |
getDescription() |
String |
getDeviceManufacturer() |
String |
getDeviceModel() |
List<String> |
getErrors() |
String |
getId() |
InputStream |
getMetadataStream() |
Integer |
getN() |
String |
getProfileID() |
List<Double> |
getRange() |
String |
getVersion() |
boolean |
isPDFObjectPresent() |
public PBICCProfileFeaturesObjectAdapter(COSStream profile,
String id)
profile - COSStream which represents the icc profile for feature reportid - id of the profilepublic String getId()
public String getVersion()
public String getCMMType()
public String getDataColorSpace()
public String getCreator()
public Calendar getCreationDate()
public String getDefaultRenderingIntent()
public String getCopyright()
public String getDescription()
public String getProfileID()
public String getDeviceModel()
public String getDeviceManufacturer()
public boolean isPDFObjectPresent()
public InputStream getMetadataStream()
public InputStream getData()
public Integer getN()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.