Uses of Interface
com.openhtmltopdf.extend.FSCache
-
Packages that use FSCache Package Description com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.swing -
-
Uses of FSCache in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as FSCache Modifier and Type Field Description FSCacheBaseRendererBuilder.BaseRendererBuilderState. _cacheMethods in com.openhtmltopdf.outputdevice.helper with parameters of type FSCache Modifier and Type Method Description TFinalClassBaseRendererBuilder. useCache(FSCache cache)Provides an external cache which can choose to cache items between runs, such as fonts or logo images. -
Uses of FSCache in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement FSCache Modifier and Type Class Description static classNaiveUserAgent.NullFSCacheFields in com.openhtmltopdf.swing declared as FSCache Modifier and Type Field Description protected FSCacheNaiveUserAgent. _externalCacheMethods in com.openhtmltopdf.swing with parameters of type FSCache Modifier and Type Method Description voidNaiveUserAgent. setExternalCache(FSCache cache)
-