Uses of Class
org.verapdf.gf.model.factory.chunks.GraphicsState
Packages that use GraphicsState
-
Uses of GraphicsState in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return GraphicsStateMethods in org.verapdf.gf.model.factory.chunks with parameters of type GraphicsStateModifier and TypeMethodDescriptionChunkFactory.chunksFromTokens(Integer pageNumber, COSKey objectKey, List<Object> rawTokens, GraphicsState inheritedGraphicState, ResourceHandler resourceHandler, COSKey parentObjectKey, Long markedContent) voidGraphicsState.copyProperties(GraphicsState graphicState) -
Uses of GraphicsState in org.verapdf.gf.model.impl.sa
Constructors in org.verapdf.gf.model.impl.sa with parameters of type GraphicsStateModifierConstructorDescriptionGFSAContentStream(PDContentStream contentStream, GraphicsState inheritedGraphicsState, ResourceHandler resourceHandler, Integer pageNumber, COSKey objectKey, COSKey parentObjectKey, Long markedContent) GFSAXForm(PDXForm xForm, ResourceHandler resourceHandler, GraphicsState inheritedGraphicsState, Integer pageNumber, COSKey parentObjectKey, Long markedContent)