Package org.verapdf.model.pdlayer
Interface PDXImage
- All Superinterfaces:
Object,PDObject,PDResource,PDXObject
- All Known Subinterfaces:
PDInlineImage,PDMaskImage,PDSMaskImage
Image XObject
-
Method Summary
Modifier and TypeMethodDescriptionvalue of the BitsPerComponent keytrue if the image dictionary contains Alternates keyInterpolate key in the image dictionary or the value of the I key in the inline image dictionarytrue, if this Image XObject is maskMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInheritedMethods inherited from interface org.verapdf.model.pdlayer.PDXObject
getcontainsOPI, getcontainsSMask, getSubtype
-
Method Details
-
getInterpolate
Boolean getInterpolate()Interpolate key in the image dictionary or the value of the I key in the inline image dictionary -
getcontainsAlternates
Boolean getcontainsAlternates()true if the image dictionary contains Alternates key -
getBitsPerComponent
Long getBitsPerComponent()value of the BitsPerComponent key -
getisMask
Boolean getisMask()true, if this Image XObject is mask
-