Uses of Class
org.verapdf.gf.model.impl.sa.util.ResourceHandler
-
Packages that use ResourceHandler Package Description org.verapdf.gf.model.factory.chunks org.verapdf.gf.model.impl.sa org.verapdf.gf.model.impl.sa.util -
-
Uses of ResourceHandler in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks with parameters of type ResourceHandler 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)Constructors in org.verapdf.gf.model.factory.chunks with parameters of type ResourceHandler Constructor Description GraphicsState(ResourceHandler resourceHandler) -
Uses of ResourceHandler in org.verapdf.gf.model.impl.sa
Constructors in org.verapdf.gf.model.impl.sa with parameters of type ResourceHandler 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) -
Uses of ResourceHandler in org.verapdf.gf.model.impl.sa.util
Methods in org.verapdf.gf.model.impl.sa.util that return ResourceHandler Modifier and Type Method Description ResourceHandlerResourceHandler. getExtendedResources(PDResources objectResources)static ResourceHandlerResourceHandler. getInstance(PDResources resources)static ResourceHandlerResourceHandler. getInstance(PDResources pageResources, PDResources objectResources)
-