Package org.verapdf.gf.model.impl.pd
Class GFPDResource
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDResource
- All Implemented Interfaces:
Object,PDObject,PDResource
- Direct Known Subclasses:
GFPDColorSpace,GFPDExtGState,GFPDFont,GFPDInlineImage,GFPDShading,GFPDXObject
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields 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
ConstructorsModifierConstructorDescriptionprotectedGFPDResource(PDFont font, String type) protectedGFPDResource(PDResource simplePDObject, String type) -
Method Summary
Modifier and TypeMethodDescriptiontrue 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).Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
RESOURCE_TYPE
- See Also:
-
-
Constructor Details
-
GFPDResource
-
GFPDResource
-
-
Method Details
-
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
-