Uses of Interface
org.apache.pdfbox.pdmodel.ResourceCacheCreateFunction
-
Packages that use ResourceCacheCreateFunction Package Description org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. -
-
Uses of ResourceCacheCreateFunction in org.apache.pdfbox.pdmodel
Classes in org.apache.pdfbox.pdmodel that implement ResourceCacheCreateFunction Modifier and Type Class Description classDefaultResourceCacheCreateImplImplementation of the functional interface ResourceCacheCreateFunction to create an instance of a DefaultResourceCache.Fields in org.apache.pdfbox.pdmodel declared as ResourceCacheCreateFunction Modifier and Type Field Description private static ResourceCacheCreateFunctionResourceCacheFactory. resourceCacheCreateFunctionMethods in org.apache.pdfbox.pdmodel that return ResourceCacheCreateFunction Modifier and Type Method Description static ResourceCacheCreateFunctionResourceCacheFactory. getResourceCacheCreateFunction()Get the current function to be used to create an instance of a resource cache.Methods in org.apache.pdfbox.pdmodel with parameters of type ResourceCacheCreateFunction Modifier and Type Method Description static voidResourceCacheFactory. setResourceCacheCreateFunction(ResourceCacheCreateFunction function)Use the given function to create an instance of a resource cache.
-