Class GFOp_Quote
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.operator.base.GFOperator
-
- org.verapdf.gf.model.impl.operator.textshow.GFOpTextShow
-
- org.verapdf.gf.model.impl.operator.textshow.GFOpStringTextShow
-
- org.verapdf.gf.model.impl.operator.textshow.GFOp_Quote
-
- All Implemented Interfaces:
Object,Op_Quote,Operator,OpTextShow
public class GFOp_Quote extends GFOpStringTextShow implements Op_Quote
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringOP_QUOTE_TYPEType name forGFOp_Quote-
Fields inherited from class org.verapdf.gf.model.impl.operator.textshow.GFOpStringTextShow
SHOW_STRING
-
Fields inherited from class org.verapdf.gf.model.impl.operator.textshow.GFOpTextShow
FILL_COLOR_SPACE, FONT, STROKE_COLOR_SPACE, USED_GLYPHS
-
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_Quote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
-
Method Summary
-
Methods inherited from class org.verapdf.gf.model.impl.operator.textshow.GFOpStringTextShow
getLinkedObjects
-
Methods inherited from class org.verapdf.gf.model.impl.operator.textshow.GFOpTextShow
getCharCodes, getScaleFactor, getVeraModelFillColorSpace, getVeraModelFont, getVeraModelStrokeColorSpace
-
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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
OP_QUOTE_TYPE
public static final String OP_QUOTE_TYPE
Type name forGFOp_Quote- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFOp_Quote
public GFOp_Quote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
-
-