Uses of Interface
org.apache.fop.apps.EnvironmentProfile
Packages that use EnvironmentProfile
Package
Description
Application classes used for running FOP embedded in other applications.
-
Uses of EnvironmentProfile in org.apache.fop.apps
Methods in org.apache.fop.apps that return EnvironmentProfileModifier and TypeMethodDescriptionstatic EnvironmentProfileEnvironmentalProfileFactory.createDefault(URI defaultBaseUri, org.apache.xmlgraphics.io.ResourceResolver resourceResolver) Creates the default environment that FOP is invoked in.static EnvironmentProfileEnvironmentalProfileFactory.createRestrictedIO(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.Constructors in org.apache.fop.apps with parameters of type EnvironmentProfileModifierConstructorDescriptionFopConfParser(InputStream fopConfStream, URI baseURI, EnvironmentProfile enviro) FopConfParser(InputStream fopConfStream, EnvironmentProfile enviro) Constructor that takes the FOP conf in the form of anInputStream.FopFactoryBuilder(EnvironmentProfile enviro) A builder class forFopFactorywhich can be used for setting configuration.