Uses of Class
org.verapdf.gf.model.factory.chunks.GraphicsState
-
Packages that use GraphicsState Package Description org.verapdf.gf.model.factory.chunks org.verapdf.gf.model.impl.sa -
-
Uses of GraphicsState in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return GraphicsState Modifier and Type Method Description GraphicsStateGraphicsState. clone()Methods in org.verapdf.gf.model.factory.chunks with parameters of type GraphicsState Modifier and Type Method Description static List<IChunk>ChunkFactory. 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 GraphicsState Constructor Description GFSAContentStream(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)
-