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 List<IChunk>ChunkFactory. chunksFromTokens(Integer pageNumber, COSKey pageObjectNumber, List<Object> rawTokens, ResourceHandler resourceHandler, double[] cropBox)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, ResourceHandler resourceHandler, Integer pageNumber, COSKey pageObjectNumber, double[] cropBox) -
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 static ResourceHandlerResourceHandler. getInstance(PDResources resources)static ResourceHandlerResourceHandler. getInstance(PDResources pageResources, PDResources objectResources)
-