Class GFOp_DoubleQuote
- 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_DoubleQuote
-
- All Implemented Interfaces:
Object,Op_DoubleQuote,Operator,OpTextShow
public class GFOp_DoubleQuote extends GFOpStringTextShow implements Op_DoubleQuote
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHARACTER_SPACINGName of link to the character spacingstatic intCHARACTER_SPACING_POSITIONPosition of character spacing property in operandsstatic intCOUNT_OF_OPERATOR_OPERANDSNumber of operandsstatic StringOP_DOUBLIE_QUOTE_TYPEType name forGFOp_DoubleQuotestatic StringWORD_SPACINGName of link to the word spacingstatic intWORD_SPACING_POSITIONPosition of word spacing property in operands-
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_DoubleQuote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<? extends Object>getLinkedObjects(String link)-
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, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
OP_DOUBLIE_QUOTE_TYPE
public static final String OP_DOUBLIE_QUOTE_TYPE
Type name forGFOp_DoubleQuote- See Also:
- Constant Field Values
-
WORD_SPACING
public static final String WORD_SPACING
Name of link to the word spacing- See Also:
- Constant Field Values
-
CHARACTER_SPACING
public static final String CHARACTER_SPACING
Name of link to the character spacing- See Also:
- Constant Field Values
-
WORD_SPACING_POSITION
public static final int WORD_SPACING_POSITION
Position of word spacing property in operands- See Also:
- Constant Field Values
-
CHARACTER_SPACING_POSITION
public static final int CHARACTER_SPACING_POSITION
Position of character spacing property in operands- See Also:
- Constant Field Values
-
COUNT_OF_OPERATOR_OPERANDS
public static final int COUNT_OF_OPERATOR_OPERANDS
Number of operands- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFOp_DoubleQuote
public GFOp_DoubleQuote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
-
-
Method Detail
-
getLinkedObjects
public List<? extends Object> getLinkedObjects(String link)
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGFOpStringTextShow- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
-