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 |
Modifier and Type | Method and Description |
---|---|
FopFactory |
FopFactoryBuilder.build()
Builds an instance of the the
FopFactory . |
static FopFactory |
FopFactory.newInstance(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(URI baseURI)
Returns a new FopFactory instance that is configured only by the default configuration
parameters.
|
static FopFactory |
FopFactory.newInstance(URI baseURI,
InputStream confStream)
Returns a new FopFactory instance that is configured using the
FopFactoryConfig object that
is created when the fopConf is parsed. |
Constructor and Description |
---|
ElementMappingRegistry(FopFactory factory)
Main constructor.
|
Modifier and Type | Field and Description |
---|---|
protected FopFactory |
FopServlet.fopFactory
The FopFactory used to create Fop instances
|
Modifier and Type | Method and Description |
---|---|
SortedMap |
FontListGenerator.listFonts(FopFactory fopFactory,
String mime,
FontEventListener listener)
List all fonts configured for a particular output format (identified by MIME type).
|
Copyright © 2025 Apache Software Foundation. All rights reserved.