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.render.intermediate | |
org.apache.fop.servlet |
This package contains two sample FOP servlets.
|
org.apache.fop.tools.fontlist |
Modifier and Type | Method and Description |
---|---|
FopFactory |
FOUserAgent.getFactory() |
static FopFactory |
FopFactory.newInstance()
Returns a new FopFactory instance.
|
Modifier and Type | Method and Description |
---|---|
void |
FopFactoryConfigurator.configure(FopFactory factory)
Initializes user agent settings from the user configuration
file, if present: baseURL, resolution, default page size,...
|
Constructor and Description |
---|
FopFactoryConfigurator(FopFactory factory)
Default constructor
|
FOUserAgent(FopFactory factory)
Main constructor.
|
Constructor and Description |
---|
ElementMappingRegistry(FopFactory factory)
Main constructor.
|
Modifier and Type | Method and Description |
---|---|
protected FopFactory |
AbstractIFPainter.getFopFactory()
Returns the FOP factory.
|
Modifier and Type | Field and Description |
---|---|
protected FopFactory |
FopServlet.fopFactory
The FopFactory used to create Fop instances
|
Modifier and Type | Method and 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).
|
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.