Package org.verapdf.features.objects
Interface ColorSpaceFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
- All Known Implementing Classes:
GFColorSpaceFeaturesObjectAdapter
public interface ColorSpaceFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]getBlackPoint()DoublegetCalGrayGamma()double[]getCalRGBGamma()StringgetColorantName()List<String>getColorantNames()StringgetColorSpaceChild()StringgetFamily()StringgetHexEncodedLookup()LonggetHival()StringgetICCProfileChild()StringgetId()double[]getLabRange()double[]getMatrix()intgetNumberOfComponents()double[]getWhitePoint()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getId
String getId()
-
getFamily
String getFamily()
-
getColorSpaceChild
String getColorSpaceChild()
-
getICCProfileChild
String getICCProfileChild()
-
getWhitePoint
double[] getWhitePoint()
-
getBlackPoint
double[] getBlackPoint()
-
getCalGrayGamma
Double getCalGrayGamma()
-
getCalRGBGamma
double[] getCalRGBGamma()
-
getMatrix
double[] getMatrix()
-
getLabRange
double[] getLabRange()
-
getNumberOfComponents
int getNumberOfComponents()
-
getHival
Long getHival()
-
getHexEncodedLookup
String getHexEncodedLookup()
-
getColorantName
String getColorantName()
-
-