Package org.verapdf.model.pdlayer
Interface PDICCBased
-
- All Superinterfaces:
Object,PDColorSpace,PDObject,PDResource
- All Known Subinterfaces:
PDICCBasedCMYK
public interface PDICCBased extends PDColorSpace
ICCBased color space
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetcurrentTransparencyICCProfileMD5()string representation of the md5 of the current transparency ICC profileStringgetcurrentTransparencyProfileIndirect()string representation of the indirect link to the current transparency ICC profileStringgetICCProfileIndirect()string representation of the indirect link to the ICC profileStringgetICCProfileMD5()string representation of the md5 of the ICC profile-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDColorSpace
getnrComponents
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Methods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
-
-
-
Method Detail
-
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
-
-