public class GFColorSpaceFeaturesObjectAdapter extends Object implements ColorSpaceFeaturesObjectAdapter
| Constructor and Description |
|---|
GFColorSpaceFeaturesObjectAdapter(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 GFColorSpaceFeaturesObjectAdapter(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()
getId in interface ColorSpaceFeaturesObjectAdapterpublic String getFamily()
getFamily in interface ColorSpaceFeaturesObjectAdapterpublic String getColorSpaceChild()
getColorSpaceChild in interface ColorSpaceFeaturesObjectAdapterpublic String getICCProfileChild()
getICCProfileChild in interface ColorSpaceFeaturesObjectAdapterpublic double[] getWhitePoint()
getWhitePoint in interface ColorSpaceFeaturesObjectAdapterpublic double[] getBlackPoint()
getBlackPoint in interface ColorSpaceFeaturesObjectAdapterpublic Double getCalGrayGamma()
getCalGrayGamma in interface ColorSpaceFeaturesObjectAdapterpublic double[] getCalRGBGamma()
getCalRGBGamma in interface ColorSpaceFeaturesObjectAdapterpublic double[] getMatrix()
getMatrix in interface ColorSpaceFeaturesObjectAdapterpublic double[] getLabRange()
getLabRange in interface ColorSpaceFeaturesObjectAdapterpublic int getNumberOfComponents()
getNumberOfComponents in interface ColorSpaceFeaturesObjectAdapterpublic Long getHival()
getHival in interface ColorSpaceFeaturesObjectAdapterpublic String getHexEncodedLookup()
getHexEncodedLookup in interface ColorSpaceFeaturesObjectAdapterpublic String getColorantName()
getColorantName in interface ColorSpaceFeaturesObjectAdapterpublic List<String> getColorantNames()
getColorantNames in interface ColorSpaceFeaturesObjectAdapterpublic boolean isPDFObjectPresent()
isPDFObjectPresent in interface FeaturesObjectAdapterpublic List<String> getErrors()
getErrors in interface FeaturesObjectAdapterCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.