Class GFOp_General_Td
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.operator.base.GFOperator
org.verapdf.gf.model.impl.operator.textposition.GFOpTextPosition
org.verapdf.gf.model.impl.operator.textposition.GFOp_General_Td
- All Implemented Interfaces:
Object,Operator,OpTextPosition
- Direct Known Subclasses:
GFOp_Td,GFOp_TD_Big
Base class for text position operators (Td and TD)
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of link to the horizontal offset for Td and TD operatorsstatic final StringName of link to the vertical offset for Td and TD operatorsFields inherited from class org.verapdf.gf.model.impl.operator.textposition.GFOpTextPosition
OP_TEXT_POSITION_TYPEFields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbersMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, 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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
HORIZONTAL_OFFSET
Name of link to the horizontal offset for Td and TD operators- See Also:
-
VERTICAL_OFFSET
Name of link to the vertical offset for Td and TD operators- See Also:
-
-
Constructor Details
-
GFOp_General_Td
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-