public class PBColorSpaceFeaturesObjectAdapter extends Object
| Constructor and Description |
|---|
PBColorSpaceFeaturesObjectAdapter(PDColorSpace colorSpace,
String id,
String iccProfileChild,
String colorSpaceChild)
Constructs new colorspace features object adapter
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBlackPoint() |
Double |
getCalGrayGamma() |
double[] |
getCalRGBGamma() |
String |
getColorantName() |
List<String> |
getColorantNames() |
String |
getColorSpaceChild() |
List<String> |
getErrors() |
String |
getFamily() |
String |
getHexEncodedLookup() |
Long |
getHival() |
String |
getICCProfileChild() |
String |
getId() |
double[] |
getLabRange() |
double[] |
getMatrix() |
int |
getNumberOfComponents() |
double[] |
getWhitePoint() |
boolean |
isPDFObjectPresent() |
public PBColorSpaceFeaturesObjectAdapter(PDColorSpace colorSpace,
String id,
String iccProfileChild,
String colorSpaceChild)
colorSpace - PDColorSpace which represents colorspace for feature reportid - id of the objecticcProfileChild - id of the iccprofile childcolorSpaceChild - id of the colorspace childpublic String getId()
public String getICCProfileChild()
public String getColorSpaceChild()
public String getFamily()
public double[] getWhitePoint()
public double[] getBlackPoint()
public Double getCalGrayGamma()
public double[] getCalRGBGamma()
public double[] getMatrix()
public double[] getLabRange()
public int getNumberOfComponents()
public Long getHival()
public String getHexEncodedLookup()
public String getColorantName()
public boolean isPDFObjectPresent()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.