Package org.verapdf.model.alayer
Interface ACalRGBDict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetBlackPointHasTypeArray()BooleangetcontainsBlackPoint()BooleangetcontainsGamma()BooleangetcontainsMatrix()BooleangetcontainsWhitePoint()BooleangetGammaHasTypeArray()BooleangetMatrixHasTypeArray()BooleangetWhitePointHasTypeArray()-
Methods inherited from interface org.verapdf.model.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getcontainsBlackPoint
Boolean getcontainsBlackPoint()
-
getBlackPointHasTypeArray
Boolean getBlackPointHasTypeArray()
-
getcontainsGamma
Boolean getcontainsGamma()
-
getGammaHasTypeArray
Boolean getGammaHasTypeArray()
-
getcontainsMatrix
Boolean getcontainsMatrix()
-
getMatrixHasTypeArray
Boolean getMatrixHasTypeArray()
-
getcontainsWhitePoint
Boolean getcontainsWhitePoint()
-
getWhitePointHasTypeArray
Boolean getWhitePointHasTypeArray()
-
-