fop 2.1

Uses of Interface
org.apache.fop.apps.EnvironmentProfile

Packages that use EnvironmentProfile
org.apache.fop.apps 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 EnvironmentProfile
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.
 

Constructors in org.apache.fop.apps with parameters of type EnvironmentProfile
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.
 


fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.