Uses of Class
org.apache.fop.pdf.StreamCacheFactory
-
Packages that use StreamCacheFactory Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. -
-
Uses of StreamCacheFactory in org.apache.fop.pdf
Fields in org.apache.fop.pdf declared as StreamCacheFactory Modifier and Type Field Description private static StreamCacheFactory
StreamCacheFactory. memoryInstance
Methods in org.apache.fop.pdf that return StreamCacheFactory Modifier and Type Method Description static StreamCacheFactory
StreamCacheFactory. getInstance()
Returns an instance of a StreamCacheFactory with the requested features.
-