Uses of Class
org.apache.fop.apps.FopFactory
-
Packages that use FopFactory Package Description org.apache.fop.apps Application classes used for running FOP embedded in other applications.org.apache.fop.fo Classes, constants and basic infrastructure for the FO tree.org.apache.fop.servlet This package contains two sample FOP servlets.org.apache.fop.tools.fontlist -
-
Uses of FopFactory in org.apache.fop.apps
Methods in org.apache.fop.apps that return FopFactory Modifier and Type Method Description FopFactory
FopFactoryBuilder. build()
Builds an instance of the theFopFactory
.static FopFactory
FopFactory. newInstance(java.io.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(java.net.URI baseURI)
Returns a new FopFactory instance that is configured only by the default configuration parameters.static FopFactory
FopFactory. newInstance(java.net.URI baseURI, java.io.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. -
Uses of FopFactory in org.apache.fop.fo
Constructors in org.apache.fop.fo with parameters of type FopFactory Constructor Description ElementMappingRegistry(FopFactory factory)
Main constructor. -
Uses of FopFactory in org.apache.fop.servlet
Fields in org.apache.fop.servlet declared as FopFactory Modifier and Type Field Description protected FopFactory
FopServlet. fopFactory
The 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 FopFactory Modifier and Type Method Description java.util.SortedMap
FontListGenerator. listFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)
List all fonts configured for a particular output format (identified by MIME type).
-