Class GFOpTextShow
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.operator.base.GFOperator
org.verapdf.gf.model.impl.operator.textshow.GFOpTextShow
- All Implemented Interfaces:
Object,Operator,OpTextShow
- Direct Known Subclasses:
GFOp_TJ_Big,GFOpStringTextShow
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of link to the fill color spacestatic final StringName of link to the used fontstatic final StringName of link to the stroke color spacestatic final StringName of link to the used glyphsFields 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
ConstructorsModifierConstructorDescriptionprotectedGFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String opType) -
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
-
FONT
Name of link to the used font- See Also:
-
USED_GLYPHS
Name of link to the used glyphs- See Also:
-
FILL_COLOR_SPACE
Name of link to the fill color space- See Also:
-
STROKE_COLOR_SPACE
Name of link to the stroke color space- See Also:
-
-
Constructor Details
-
GFOpTextShow
protected GFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String opType)
-
-
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
-
getScaleFactor
-
getVeraModelFont
-
getVeraModelFillColorSpace
-
getVeraModelStrokeColorSpace
-
getCharCodes
public byte[] getCharCodes()- Returns:
- char codes that has been used by this operator
-