Class GFPDType0Function
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.pd.GFPDObject
-
- org.verapdf.gf.model.impl.pd.functions.GFPDFunction
-
- org.verapdf.gf.model.impl.pd.functions.GFPDType0Function
-
- All Implemented Interfaces:
Object,PDFunction,PDObject,PDType0Function
public class GFPDType0Function extends GFPDFunction implements PDType0Function
-
-
Field Summary
Fields Modifier and Type Field Description static StringPD_TYPE0_FUNCTION_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.pd.functions.GFPDFunction
PD_FUNCTION_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 GFPDType0Function(PDType0Function function)
-
Method Summary
-
Methods inherited from class org.verapdf.gf.model.impl.pd.functions.GFPDFunction
getFunctionType
-
Methods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinkedObjects, 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDFunction
getFunctionType
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
-
-
-
Field Detail
-
PD_TYPE0_FUNCTION_TYPE
public static final String PD_TYPE0_FUNCTION_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFPDType0Function
public GFPDType0Function(PDType0Function function)
-
-