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
public abstract class GFOpTextShow extends GFOperator implements OpTextShow
- Author:
- Timur Kamalov
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILL_COLOR_SPACEName of link to the fill color spacestatic StringFONTName of link to the used fontstatic StringSTROKE_COLOR_SPACEName of link to the stroke color spacestatic StringUSED_GLYPHSName of link to the 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 Modifier Constructor Description protectedGFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String opType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCharCodes()List<? extends Object>getLinkedObjects(String link)DoublegetScaleFactor()PDColorSpacegetVeraModelFillColorSpace()PDFontgetVeraModelFont()PDColorSpacegetVeraModelStrokeColorSpace()-
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
-
FONT
public static final String FONT
Name of link to the used font- See Also:
- Constant Field Values
-
USED_GLYPHS
public static final String USED_GLYPHS
Name of link to the used glyphs- See Also:
- Constant Field Values
-
FILL_COLOR_SPACE
public static final String FILL_COLOR_SPACE
Name of link to the fill color space- See Also:
- Constant Field Values
-
STROKE_COLOR_SPACE
public static final String STROKE_COLOR_SPACE
Name of link to the stroke color space- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFOpTextShow
protected GFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String opType)
-
-
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
-
getScaleFactor
public Double getScaleFactor()
-
getVeraModelFont
public PDFont getVeraModelFont()
-
getVeraModelFillColorSpace
public PDColorSpace getVeraModelFillColorSpace()
-
getVeraModelStrokeColorSpace
public PDColorSpace getVeraModelStrokeColorSpace()
-
getCharCodes
public byte[] getCharCodes()
- Returns:
- char codes that has been used by this operator
-
-