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.cli This package contains the command-line client for Apache FOP.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.anttasks FOP-related tasks for Apache Ant.org.apache.fop.tools.fontlist -
-
Uses of FopFactory in org.apache.fop.apps
Fields in org.apache.fop.apps declared as FopFactory Modifier and Type Field Description private FopFactoryFOUserAgent. factoryMethods in org.apache.fop.apps that return FopFactory Modifier and Type Method Description FopFactoryFopFactoryBuilder. build()Builds an instance of the theFopFactory.static FopFactoryFopFactory. newInstance(java.io.File fopConf)Returns a new FopFactory instance that is configured using theFopFactoryConfigobject that is created when the fopConf is parsed.static FopFactoryFopFactory. newInstance(java.net.URI baseURI)Returns a new FopFactory instance that is configured only by the default configuration parameters.static FopFactoryFopFactory. newInstance(java.net.URI baseURI, java.io.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.Constructors in org.apache.fop.apps with parameters of type FopFactory Constructor Description FOUserAgent(FopFactory factory, InternalResourceResolver resourceResolver)Main constructor. -
Uses of FopFactory in org.apache.fop.cli
Fields in org.apache.fop.cli declared as FopFactory Modifier and Type Field Description private FopFactoryCommandLineOptions. factory -
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 FopFactoryFopServlet. fopFactoryThe 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 Modifier and Type Field Description private FopFactoryFOPTaskStarter. fopFactory -
Uses of FopFactory in org.apache.fop.tools.fontlist
Fields in org.apache.fop.tools.fontlist declared as FopFactory Modifier and Type Field Description private FopFactoryFontListMain. fopFactoryMethods in org.apache.fop.tools.fontlist with parameters of type FopFactory Modifier and Type Method Description java.util.SortedMapFontListGenerator. listFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)List all fonts configured for a particular output format (identified by MIME type).private FontInfoFontListGenerator. setupFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)
-