Package org.verapdf.gf.model.impl.pd
Class GFPDObject
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
- Direct Known Subclasses:
GFPD3DStream,GFPDAcroForm,GFPDAction,GFPDAdditionalActions,GFPDAnnot,GFPDCmap,GFPDContentStream,GFPDDocument,GFPDEncryption,GFPDFormField,GFPDFunction,GFPDGroup,GFPDHalftone,GFPDMediaClip,GFPDMetadata,GFPDOCConfig,GFPDOCProperties,GFPDOutline,GFPDOutputIntent,GFPDPage,GFPDPerms,GFPDResource,GFPDResources,GFPDSignature,GFPDSigRef,GFPDStructElem,GFPDStructTreeRoot
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PDContentStreamprotected PDDocumentprotected Stringstatic final intprotected PDCMapprotected PDFontprotected COSObjectprotected PDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFPDObject(COSObject simpleCOSObject, String type) GFPDObject(PDCMap pdcMap, String type) GFPDObject(PDFont font, String type) GFPDObject(PDContentStream contentStream, String type) GFPDObject(PDDocument document, String type) GFPDObject(PDObject simplePDObject, String type) -
Method Summary
Methods 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
MAX_NUMBER_OF_ELEMENTS
public static final int MAX_NUMBER_OF_ELEMENTS- See Also:
-
document
-
contentStream
-
simplePDObject
-
pdFont
-
pdcMap
-
simpleCOSObject
-
id
-
-
Constructor Details
-
GFPDObject
-
GFPDObject
-
GFPDObject
-
GFPDObject
-
GFPDObject
-
GFPDObject
-
-
Method Details
-
getentries
Description copied from interface:PDObjectampersand separated list of entries- Specified by:
getentriesin interfacePDObject
-
getID
- Specified by:
getIDin interfaceObject- Overrides:
getIDin classGenericModelObject- Returns:
- id of the current object
-