Uses of Class
org.verapdf.gf.model.factory.operators.GraphicState
Packages that use GraphicState
Package
Description
-
Uses of GraphicState in org.verapdf.gf.model.factory.colors
Methods in org.verapdf.gf.model.factory.colors with parameters of type GraphicStateModifier and TypeMethodDescriptionstatic PDColorSpaceColorSpaceFactory.getColorSpace(PDColorSpace colorSpace, PDResourcesHandler resourcesHandler, int opm, boolean overprintingFlag, GraphicState inheritedGraphicSpace) static PDColorSpaceColorSpaceFactory.getColorSpace(PDColorSpace colorSpace, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicSpace) -
Uses of GraphicState in org.verapdf.gf.model.factory.fonts
Methods in org.verapdf.gf.model.factory.fonts with parameters of type GraphicStateModifier and TypeMethodDescriptionstatic PDFontFontFactory.parseFont(PDFont rawFont, RenderingMode renderingMode, PDResourcesHandler resources, GraphicState inheritedGraphicState) -
Uses of GraphicState in org.verapdf.gf.model.factory.operators
Methods in org.verapdf.gf.model.factory.operators that return GraphicStateModifier and TypeMethodDescriptionprotected GraphicStateGraphicState.clone()GraphicState.getInitialGraphicState()Methods in org.verapdf.gf.model.factory.operators with parameters of type GraphicStateModifier and TypeMethodDescriptionvoidGraphicState.copyProperties(GraphicState graphicState) OperatorFactory.operatorsFromTokens(List<Object> rawTokens, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, COSObject parentStructElem, List<String> parentsTags, boolean isRealContent) voidGraphicState.setInitialGraphicState(GraphicState initialGraphicState) -
Uses of GraphicState in org.verapdf.gf.model.impl.operator.pathpaint
Methods in org.verapdf.gf.model.impl.operator.pathpaint with parameters of type GraphicStateModifier and TypeMethodDescriptionprotected PDColorSpaceGFOpPathPaint.getColorSpace(GraphicState inheritedGraphicState, PDResourcesHandler resourcesHandler, PDColorSpace rawColorSpace, boolean op) Constructors in org.verapdf.gf.model.impl.operator.pathpaint with parameters of type GraphicStateModifierConstructorDescriptionGFOp_b_closepath_fill_stroke(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_B_fill_stroke(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_bstar_closepath_eofill_stroke(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_BStar_eofill_stroke(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_f_fill(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_F_fill_obsolete(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_FStar(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_s_close_stroke(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) GFOp_S_stroke(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler) protectedGFOpFillAndStroke(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String opType) protectedGFOpFillPaint(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String opType) protectedGFOpStrokePaint(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String operatorType) -
Uses of GraphicState in org.verapdf.gf.model.impl.operator.textshow
Constructors in org.verapdf.gf.model.impl.operator.textshow with parameters of type GraphicStateModifierConstructorDescriptionGFOp_DoubleQuote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) GFOp_Quote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) GFOp_Tj(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) GFOp_TJ_Big(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) protectedGFOpStringTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resources, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent, String opType) protectedGFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent, String opType) -
Uses of GraphicState in org.verapdf.gf.model.impl.operator.xobject
Constructors in org.verapdf.gf.model.impl.operator.xobject with parameters of type GraphicStateModifierConstructorDescriptionGFOp_Do(List<COSBase> arguments, PDXObject pdXObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, COSObject parentStructElem, List<String> parentsTags, boolean isRealContent) -
Uses of GraphicState in org.verapdf.gf.model.impl.pd
Constructors in org.verapdf.gf.model.impl.pd with parameters of type GraphicStateModifierConstructorDescriptionGFPDContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject) GFPDContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, String type) GFPDContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, COSObject parentStructElem, List<String> parentsTags) GFPDContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, COSObject parentStructElem, List<String> parentsTags, String type) GFPDSemanticContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject) GFPDSemanticContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, COSObject parentStructElem, List<String> parentsTags) GFPDSemanticContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, COSObject parentStructElem, List<String> parentsTags, String defaultLang, boolean isSignature) -
Uses of GraphicState in org.verapdf.gf.model.impl.pd.font
Constructors in org.verapdf.gf.model.impl.pd.font with parameters of type GraphicStateModifierConstructorDescriptionGFPDType3Font(PDType3Font font, RenderingMode renderingMode, PDResourcesHandler resources, GraphicState inheritedGraphicState) -
Uses of GraphicState in org.verapdf.gf.model.impl.pd.images
Methods in org.verapdf.gf.model.impl.pd.images with parameters of type GraphicStateModifier and TypeMethodDescriptionstatic PDXObjectGFPDXObject.getTypedPDXObject(PDXObject xObject, PDResourcesHandler resources, GraphicState inheritedGraphicState, COSObject parentStructElem, List<String> parentsTags, boolean isRealContent) Constructors in org.verapdf.gf.model.impl.pd.images with parameters of type GraphicStateModifierConstructorDescriptionGFPDXForm(PDXForm simplePDObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, COSObject parentStructElem, List<String> parentsTags, String defaultLang, boolean isAnnotation, boolean isSignature, boolean isRealContent) -
Uses of GraphicState in org.verapdf.gf.model.impl.pd.patterns
Constructors in org.verapdf.gf.model.impl.pd.patterns with parameters of type GraphicStateModifierConstructorDescriptionGFPDTilingPattern(PDTilingPattern simplePDObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState)