Package org.verapdf.model.pdlayer
Interface PDICCBased
- All Superinterfaces:
Object,PDColorSpace,PDObject,PDResource
- All Known Subinterfaces:
PDICCBasedCMYK
- All Known Implementing Classes:
GFPDICCBased,GFPDICCBasedCMYK
ICCBased color space
-
Method Summary
Modifier and TypeMethodDescriptionstring representation of the md5 of the current transparency ICC profilestring representation of the indirect link to the current transparency ICC profilestring representation of the indirect link to the ICC profilestring representation of the md5 of the ICC profileMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDColorSpace
getnrComponentsMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
Method Details
-
getICCProfileIndirect
String getICCProfileIndirect()string representation of the indirect link to the ICC profile -
getcurrentTransparencyProfileIndirect
String getcurrentTransparencyProfileIndirect()string representation of the indirect link to the current transparency ICC profile -
getICCProfileMD5
String getICCProfileMD5()string representation of the md5 of the ICC profile -
getcurrentTransparencyICCProfileMD5
String getcurrentTransparencyICCProfileMD5()string representation of the md5 of the current transparency ICC profile
-