Class GFPDInlineImage
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDResource
org.verapdf.gf.model.impl.pd.images.GFPDInlineImage
- All Implemented Interfaces:
Object,PDInlineImage,PDObject,PDResource,PDXImage,PDXObject
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
RESOURCE_TYPEFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalue of the BitsPerComponent keytrue if the image dictionary contains Alternates keytrue if the XObject dictionary contains OPI entrytrue if the XObject dictionary contains SMask entry according to the PDF Specification this key may be present only in the Image dictionary, but ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionariesInterpolate key in the image dictionary or the value of the I key in the inline image dictionarytrue if the resource is taken not from the resource dictionary explicitly associated with the page content, but is inherited either from the parent page node (for pages) or from the parent page object where the resource is used (for patterns, Type3 fonts, annotations).getLinkedObjects(String link) subtype of the XObject resource (Image, Form, PS)Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
F
- See Also:
-
INLINE_IMAGE_TYPE
- See Also:
-
-
Constructor Details
-
GFPDInlineImage
-
-
Method Details
-
getInterpolate
Description copied from interface:PDXImageInterpolate key in the image dictionary or the value of the I key in the inline image dictionary- Specified by:
getInterpolatein interfacePDXImage
-
getSubtype
Description copied from interface:PDXObjectsubtype of the XObject resource (Image, Form, PS)- Specified by:
getSubtypein interfacePDXObject
-
getisInherited
Description copied from interface:PDResourcetrue if the resource is taken not from the resource dictionary explicitly associated with the page content, but is inherited either from the parent page node (for pages) or from the parent page object where the resource is used (for patterns, Type3 fonts, annotations).- Specified by:
getisInheritedin interfacePDResource- Overrides:
getisInheritedin classGFPDResource
-
getcontainsOPI
Description copied from interface:PDXObjecttrue if the XObject dictionary contains OPI entry- Specified by:
getcontainsOPIin interfacePDXObject
-
getcontainsSMask
Description copied from interface:PDXObjecttrue if the XObject dictionary contains SMask entry according to the PDF Specification this key may be present only in the Image dictionary, but ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionaries- Specified by:
getcontainsSMaskin interfacePDXObject
-
getcontainsAlternates
Description copied from interface:PDXImagetrue if the image dictionary contains Alternates key- Specified by:
getcontainsAlternatesin interfacePDXImage
-
getBitsPerComponent
Description copied from interface:PDXImagevalue of the BitsPerComponent key- Specified by:
getBitsPerComponentin interfacePDXImage
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-