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
public class GFPDInlineImage extends GFPDResource implements PDInlineImage
- Author:
- Maksim Bezrukov
-
-
Field Summary
Fields Modifier and Type Field Description static StringFstatic StringINLINE_IMAGE_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDResource
RESOURCE_TYPE
-
Fields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObject
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFPDInlineImage(PDInlineImage simplePDObject, PDColorSpace inheritedFillCS)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetcontainsAlternates()true if the image dictionary contains Alternates keyBooleangetcontainsOPI()true if the XObject dictionary contains OPI entryBooleangetcontainsSMask()but ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionariesBooleangetInterpolate()Interpolate key in the image dictionary or the value of the I key in the inline image dictionaryBooleangetisInherited()from the parent page node (for pages) or from the parent page object where the resource is used (for patterns, Type3 fonts, annotations).List<? extends Object>getLinkedObjects(String link)StringgetSubtype()subtype of the XObject resource (Image, Form, PS)-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Field Detail
-
F
public static final String F
- See Also:
- Constant Field Values
-
INLINE_IMAGE_TYPE
public static final String INLINE_IMAGE_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFPDInlineImage
public GFPDInlineImage(PDInlineImage simplePDObject, PDColorSpace inheritedFillCS)
-
-
Method Detail
-
getInterpolate
public Boolean 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
public String getSubtype()
Description copied from interface:PDXObjectsubtype of the XObject resource (Image, Form, PS)- Specified by:
getSubtypein interfacePDXObject
-
getisInherited
public Boolean getisInherited()
Description copied from interface:PDResourcefrom 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
public Boolean getcontainsOPI()
Description copied from interface:PDXObjecttrue if the XObject dictionary contains OPI entry- Specified by:
getcontainsOPIin interfacePDXObject
-
getcontainsSMask
public Boolean getcontainsSMask()
Description copied from interface:PDXObjectbut ISO 19005-1:2005/Cor.2:2011 forbids SMask key for all XObject dictionaries- Specified by:
getcontainsSMaskin interfacePDXObject
-
getcontainsAlternates
public Boolean getcontainsAlternates()
Description copied from interface:PDXImagetrue if the image dictionary contains Alternates key- Specified by:
getcontainsAlternatesin interfacePDXImage
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
-