Class GFPDFunction
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.functions.GFPDFunction
- All Implemented Interfaces:
Object,PDFunction,PDObject
- Direct Known Subclasses:
GFPDType0Function,GFPDType2Function,GFPDType3Function,GFPDType4Function
-
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
ConstructorsModifierConstructorDescriptionGFPDFunction(PDFunction function) protectedGFPDFunction(PDFunction function, String type) -
Method Summary
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
-
PD_FUNCTION_TYPE
- See Also:
-
-
Constructor Details
-
GFPDFunction
-
GFPDFunction
-
-
Method Details
-
getFunctionType
Description copied from interface:PDFunctiontype of the function (0, 2, 3 or 4)- Specified by:
getFunctionTypein interfacePDFunction
-