|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FopFactory | |
---|---|
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 | |
---|---|
FopFactory |
FopFactoryBuilder.build()
Builds an instance of the the FopFactory . |
static FopFactory |
FopFactory.newInstance(java.io.File fopConf)
Returns a new FopFactory instance that is configured using the FopFactoryConfig 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. |
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 the FopFactoryConfig object that
is created when the fopConf is parsed. |
Uses of FopFactory in org.apache.fop.fo |
---|
Constructors in org.apache.fop.fo with parameters of type FopFactory | |
---|---|
ElementMappingRegistry(FopFactory factory)
Main constructor. |
Uses of FopFactory in org.apache.fop.servlet |
---|
Fields in org.apache.fop.servlet declared as FopFactory | |
---|---|
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 | |
---|---|
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). |
|
fop 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |