Class GFOp_Do
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- org.verapdf.gf.model.impl.operator.xobject.GFOp_Do
-
-
Field Summary
Fields Modifier and Type Field Description static StringOP_DO_TYPEType name forGFOp_Dostatic StringX_OBJECTName of link to the XObject-
Fields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTS
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFOp_Do(List<COSBase> arguments, PDXObject pbXObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, String parentStructureTag, String parentsTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Object>getLinkedObjects(String link)List<PDXObject>getXObject()-
Methods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbers
-
Methods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, 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
-
-
-
-
Field Detail
-
OP_DO_TYPE
public static final String OP_DO_TYPE
Type name forGFOp_Do- See Also:
- Constant Field Values
-
X_OBJECT
public static final String X_OBJECT
Name of link to the XObject- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFOp_Do
public GFOp_Do(List<COSBase> arguments, PDXObject pbXObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, String parentStructureTag, String parentsTags)
-
-
Method Detail
-
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
-
-