Package org.verapdf.model.external
Interface ICCProfile
- All Known Subinterfaces:
ICCInputProfile,ICCOutputProfile
Embedded ICC profile
-
Method Summary
Modifier and TypeMethodDescriptiona four-byte string identifying the device class of the profile (GRAY, RGB, CMYK, LAB)a four-byte string identifying the device class of the profile (monitor, printer, scanner, abstract color space)true if the profile satisfies the corresponding ICC SpecificationgetN()value of the N key in the ICC profile stream dictionaryversion of the ICC profileMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Method Details
-
getN
Long getN()value of the N key in the ICC profile stream dictionary -
getdeviceClass
String getdeviceClass()a four-byte string identifying the device class of the profile (monitor, printer, scanner, abstract color space) -
getcolorSpace
String getcolorSpace()a four-byte string identifying the device class of the profile (GRAY, RGB, CMYK, LAB) -
getversion
Double getversion()version of the ICC profile -
getisValid
Boolean getisValid()true if the profile satisfies the corresponding ICC Specification
-