|
fop 0.95 | ||||||||||
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. |
Uses of FopFactory in org.apache.fop.apps |
Methods in org.apache.fop.apps that return FopFactory | |
static FopFactory |
FopFactory.newInstance()
Returns a new FopFactory instance. |
FopFactory |
FOUserAgent.getFactory()
|
Methods in org.apache.fop.apps with parameters of type FopFactory | |
void |
FopFactoryConfigurator.configure(FopFactory factory)
Initializes user agent settings from the user configuration file, if present: baseURL, resolution, default page size,... |
Constructors in org.apache.fop.apps with parameters of type FopFactory | |
FopFactoryConfigurator(FopFactory factory)
Default constructor |
|
FOUserAgent(FopFactory factory)
Main constructor. |
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 |
|
fop 0.95 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |