Uses of Class
org.verapdf.gf.model.factory.operators.GraphicState
-
-
Uses of GraphicState in org.verapdf.gf.model.factory.colors
Methods in org.verapdf.gf.model.factory.colors with parameters of type GraphicState Modifier and Type Method Description static 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 GraphicState Modifier and Type Method Description static 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 GraphicState Modifier and Type Method Description protected GraphicStateGraphicState. clone()GraphicStateGraphicState. getInitialGraphicState()Methods in org.verapdf.gf.model.factory.operators with parameters of type GraphicState Modifier and Type Method Description voidGraphicState. copyProperties(GraphicState graphicState)List<Operator>OperatorFactory. operatorsFromTokens(List<Object> rawTokens, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, String parentStructureTag, String parentsTags)voidGraphicState. setInitialGraphicState(GraphicState initialGraphicState) -
Uses of GraphicState in org.verapdf.gf.model.impl.operator.pathpaint
-
Uses of GraphicState in org.verapdf.gf.model.impl.operator.textshow
-
Uses of GraphicState in org.verapdf.gf.model.impl.operator.xobject
Constructors in org.verapdf.gf.model.impl.operator.xobject with parameters of type GraphicState Constructor Description GFOp_Do(List<COSBase> arguments, PDXObject pbXObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, String parentStructureTag, String parentsTags) -
Uses of GraphicState in org.verapdf.gf.model.impl.pd
Constructors in org.verapdf.gf.model.impl.pd with parameters of type GraphicState Constructor Description GFPDContentStream(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, String parentStructureTag, String parentsTags)GFPDContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, String parentStructureTag, String parentsTags, String type)GFPDSemanticContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject)GFPDSemanticContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, String parentStructureTag, String parentsTags)GFPDSemanticContentStream(PDContentStream contentStream, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, StructureElementAccessObject structureElementAccessObject, String parentStructureTag, String parentsTags, String defaultLang) -
Uses of GraphicState in org.verapdf.gf.model.impl.pd.font
Constructors in org.verapdf.gf.model.impl.pd.font with parameters of type GraphicState Constructor Description GFPDType3Font(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 GraphicState Modifier and Type Method Description static PDXObjectGFPDXObject. getTypedPDXObject(PDXObject xObject, PDResourcesHandler resources, GraphicState inheritedGraphicState, String parentStructureTag, String parentsTags)Constructors in org.verapdf.gf.model.impl.pd.images with parameters of type GraphicState Constructor Description GFPDXForm(PDXForm simplePDObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState, String parentStructureTag, String parentsTags) -
Uses of GraphicState in org.verapdf.gf.model.impl.pd.patterns
Constructors in org.verapdf.gf.model.impl.pd.patterns with parameters of type GraphicState Constructor Description GFPDTilingPattern(PDTilingPattern simplePDObject, PDResourcesHandler resourcesHandler, GraphicState inheritedGraphicState)
-