Uses of Class
org.apache.fop.apps.FopFactory
Packages that use FopFactory
Package
Description
Application classes used for running FOP embedded in other applications.
This package contains the command-line client for Apache FOP.
Classes, constants and basic infrastructure for the FO tree.
This package contains two sample FOP servlets.
FOP-related tasks for Apache Ant.
-
Uses of FopFactory in org.apache.fop.apps
Fields in org.apache.fop.apps declared as FopFactoryMethods in org.apache.fop.apps that return FopFactoryModifier and TypeMethodDescriptionFopFactoryBuilder.build()
Builds an instance of the theFopFactory
.static FopFactory
FopFactory.newInstance
(File fopConf) Returns a new FopFactory instance that is configured using theFopFactoryConfig
object that is created when the fopConf is parsed.static FopFactory
FopFactory.newInstance
(URI baseURI) Returns a new FopFactory instance that is configured only by the default configuration parameters.static FopFactory
FopFactory.newInstance
(URI baseURI, InputStream confStream) Returns a new FopFactory instance that is configured using theFopFactoryConfig
object that is created when the fopConf is parsed.static FopFactory
FopFactory.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.Constructors in org.apache.fop.apps with parameters of type FopFactoryModifierConstructorDescription(package private)
FOUserAgent
(FopFactory factory, InternalResourceResolver resourceResolver) Main constructor. -
Uses of FopFactory in org.apache.fop.cli
Fields in org.apache.fop.cli declared as FopFactory -
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 FopFactory
FopServlet.fopFactory
The FopFactory used to create Fop instances -
Uses of FopFactory in org.apache.fop.tools.anttasks
Fields in org.apache.fop.tools.anttasks declared as FopFactory -
Uses of FopFactory in org.apache.fop.tools.fontlist
Fields in org.apache.fop.tools.fontlist declared as FopFactoryMethods 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).private FontInfo
FontListGenerator.setupFonts
(FopFactory fopFactory, String mime, FontEventListener listener)