Uses of Class
org.apache.fop.apps.FopFactory
Packages that use FopFactory
Package
Description
Application classes used for running FOP embedded in other applications.
Classes, constants and basic infrastructure for the FO tree.
This package contains two sample FOP servlets.
-
Uses of FopFactory in org.apache.fop.apps
Methods in org.apache.fop.apps that return FopFactoryModifier and TypeMethodDescriptionFopFactoryBuilder.build()Builds an instance of the theFopFactory.static FopFactoryFopFactory.newInstance(File fopConf) Returns a new FopFactory instance that is configured using theFopFactoryConfigobject that is created when the fopConf is parsed.static FopFactoryFopFactory.newInstance(URI baseURI) Returns a new FopFactory instance that is configured only by the default configuration parameters.static FopFactoryFopFactory.newInstance(URI baseURI, InputStream confStream) Returns a new FopFactory instance that is configured using theFopFactoryConfigobject that is created when the fopConf is parsed.static FopFactoryFopFactory.newInstance(FopFactoryConfig config) FOP has the ability, for some FO's, to continue processing even if the input XSL violates that FO's content model. -
Uses of FopFactory in org.apache.fop.fo
Constructors in org.apache.fop.fo with parameters of type FopFactory -
Uses of FopFactory in org.apache.fop.servlet
Fields in org.apache.fop.servlet declared as FopFactoryModifier and TypeFieldDescriptionprotected FopFactoryFopServlet.fopFactoryThe FopFactory used to create Fop instances -
Uses of FopFactory in org.apache.fop.tools.fontlist
Methods in org.apache.fop.tools.fontlist with parameters of type FopFactoryModifier and TypeMethodDescriptionFontListGenerator.listFonts(FopFactory fopFactory, String mime, FontEventListener listener) List all fonts configured for a particular output format (identified by MIME type).