fop 1.0

Uses of Class
org.apache.fop.apps.FopFactory

Packages that use FopFactory
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   
 

Uses of FopFactory in org.apache.fop.apps
 

Methods in org.apache.fop.apps that return FopFactory
 FopFactory FOUserAgent.getFactory()
           
static FopFactory FopFactory.newInstance()
          Returns a new FopFactory instance.
 

Methods in org.apache.fop.apps with parameters of type FopFactory
 void FopFactoryConfigurator.configure(FopFactory factory)
          Initializes user agent settings from the user configuration file, if present: baseURL, resolution, default page size,...
 

Constructors in org.apache.fop.apps with parameters of type FopFactory
FopFactoryConfigurator(FopFactory factory)
          Default constructor
FOUserAgent(FopFactory factory)
          Main constructor.
 

Uses of FopFactory in org.apache.fop.fo
 

Constructors in org.apache.fop.fo with parameters of type FopFactory
ElementMappingRegistry(FopFactory factory)
          Main constructor.
 

Uses of FopFactory in org.apache.fop.render.intermediate
 

Methods in org.apache.fop.render.intermediate that return FopFactory
protected  FopFactory AbstractIFPainter.getFopFactory()
          Returns the FOP factory.
 

Uses of FopFactory in org.apache.fop.servlet
 

Fields in org.apache.fop.servlet declared as FopFactory
protected  FopFactory FopServlet.fopFactory
          The FopFactory used to create Fop instances
 

Uses of FopFactory in org.apache.fop.tools.fontlist
 

Methods in org.apache.fop.tools.fontlist with parameters of type FopFactory
 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).
 


fop 1.0

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