Package | Description |
---|---|
org.apache.fop.apps |
Application classes used for running FOP embedded in other applications.
|
Modifier and Type | Method and Description |
---|---|
static EnvironmentProfile |
EnvironmentalProfileFactory.createDefault(java.net.URI defaultBaseUri,
org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
Creates the default environment that FOP is invoked in.
|
static EnvironmentProfile |
EnvironmentalProfileFactory.createRestrictedIO(java.net.URI defaultBaseUri,
org.apache.xmlgraphics.io.ResourceResolver resourceResolver)
Creates an IO-restricted environment for FOP by disabling some of the environment-specific
functionality within FOP.
|
Constructor and Description |
---|
FopConfParser(java.io.InputStream fopConfStream,
EnvironmentProfile enviro)
Constructor that takes the FOP conf in the form of an
InputStream . |
FopConfParser(java.io.InputStream fopConfStream,
java.net.URI baseURI,
EnvironmentProfile enviro) |
FopFactoryBuilder(EnvironmentProfile enviro)
A builder class for
FopFactory which can be used for setting configuration. |
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.