Package org.verapdf.features.gf.objects
Class GFColorSpaceFeaturesObjectAdapter
java.lang.Object
org.verapdf.features.gf.objects.GFColorSpaceFeaturesObjectAdapter
- All Implemented Interfaces:
ColorSpaceFeaturesObjectAdapter,FeaturesObjectAdapter
public class GFColorSpaceFeaturesObjectAdapter
extends Object
implements ColorSpaceFeaturesObjectAdapter
Features object adapter for ColorSpace
- Author:
- Maksim Bezrukov
-
Constructor Summary
ConstructorsConstructorDescriptionGFColorSpaceFeaturesObjectAdapter(PDColorSpace colorSpace, String id, String iccProfileChild, String colorSpaceChild) Constructs new colorspace features object adapter -
Method Summary
-
Constructor Details
-
GFColorSpaceFeaturesObjectAdapter
public GFColorSpaceFeaturesObjectAdapter(PDColorSpace colorSpace, String id, String iccProfileChild, String colorSpaceChild) Constructs new colorspace features object adapter- Parameters:
colorSpace- PDColorSpace which represents colorspace for feature reportid- id of the objecticcProfileChild- id of the iccprofile childcolorSpaceChild- id of the colorspace child
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceColorSpaceFeaturesObjectAdapter
-
getFamily
- Specified by:
getFamilyin interfaceColorSpaceFeaturesObjectAdapter
-
getColorSpaceChild
- Specified by:
getColorSpaceChildin interfaceColorSpaceFeaturesObjectAdapter
-
getICCProfileChild
- Specified by:
getICCProfileChildin interfaceColorSpaceFeaturesObjectAdapter
-
getWhitePoint
public double[] getWhitePoint()- Specified by:
getWhitePointin interfaceColorSpaceFeaturesObjectAdapter
-
getBlackPoint
public double[] getBlackPoint()- Specified by:
getBlackPointin interfaceColorSpaceFeaturesObjectAdapter
-
getCalGrayGamma
- Specified by:
getCalGrayGammain interfaceColorSpaceFeaturesObjectAdapter
-
getCalRGBGamma
public double[] getCalRGBGamma()- Specified by:
getCalRGBGammain interfaceColorSpaceFeaturesObjectAdapter
-
getMatrix
public double[] getMatrix()- Specified by:
getMatrixin interfaceColorSpaceFeaturesObjectAdapter
-
getLabRange
public double[] getLabRange()- Specified by:
getLabRangein interfaceColorSpaceFeaturesObjectAdapter
-
getNumberOfComponents
public int getNumberOfComponents()- Specified by:
getNumberOfComponentsin interfaceColorSpaceFeaturesObjectAdapter
-
getHival
- Specified by:
getHivalin interfaceColorSpaceFeaturesObjectAdapter
-
getHexEncodedLookup
- Specified by:
getHexEncodedLookupin interfaceColorSpaceFeaturesObjectAdapter
-
getColorantName
- Specified by:
getColorantNamein interfaceColorSpaceFeaturesObjectAdapter
-
getColorantNames
- Specified by:
getColorantNamesin interfaceColorSpaceFeaturesObjectAdapter
-
isPDFObjectPresent
public boolean isPDFObjectPresent()- Specified by:
isPDFObjectPresentin interfaceFeaturesObjectAdapter
-
getErrors
- Specified by:
getErrorsin interfaceFeaturesObjectAdapter
-