fop 1.0

Uses of Class
org.apache.fop.afp.Factory

Packages that use Factory
org.apache.fop.afp Contains an AFP library. 
org.apache.fop.afp.ioca Contains a collection of AFP Image Object Content Architecture (IOCA) structured objects. 
org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. 
 

Uses of Factory in org.apache.fop.afp
 

Constructors in org.apache.fop.afp with parameters of type Factory
AFPDataObjectFactory(Factory factory)
          Main constructor
AFPStreamer(Factory factory)
          Main constructor
DataStream(Factory factory, AFPPaintingState paintingState, java.io.OutputStream outputStream)
          Default constructor for the AFPDocumentStream.
 

Uses of Factory in org.apache.fop.afp.ioca
 

Constructors in org.apache.fop.afp.ioca with parameters of type Factory
ImageSegment(Factory factory, java.lang.String name)
          Constructor for the image segment with the specified name, the name must be a fixed length of eight characters.
 

Uses of Factory in org.apache.fop.afp.modca
 

Fields in org.apache.fop.afp.modca declared as Factory
protected  Factory AbstractDataObject.factory
          the object factory
protected  Factory AbstractPageObject.factory
          the object factory
 

Constructors in org.apache.fop.afp.modca with parameters of type Factory
AbstractDataObject(Factory factory, java.lang.String name)
          Named constructor
AbstractPageObject(Factory factory)
          Default constructor
AbstractPageObject(Factory factory, java.lang.String name)
          Main constructor
AbstractPageObject(Factory factory, java.lang.String name, int width, int height, int rotation, int widthRes, int heightRes)
          Construct a new page object for the specified name argument, the page name should be an 8 character identifier.
AbstractResourceEnvironmentGroupContainer(Factory factory, java.lang.String name)
          Main constructor
AbstractResourceGroupContainer(Factory factory)
          Default constructor
AbstractResourceGroupContainer(Factory factory, java.lang.String name)
          Named constructor
AbstractResourceGroupContainer(Factory factory, java.lang.String name, int width, int height, int rotation, int widthRes, int heightRes)
          Construct a new page object for the specified name argument, the page name should be an 8 character identifier.
ActiveEnvironmentGroup(Factory factory, java.lang.String name, int width, int height, int widthRes, int heightRes)
          Constructor for the ActiveEnvironmentGroup, this takes a name parameter which must be 8 characters long.
Document(Factory factory, java.lang.String name)
          Constructor for the document object.
GraphicsObject(Factory factory, java.lang.String name)
          Default constructor
ImageObject(Factory factory, java.lang.String name)
          Constructor for the image object with the specified name, the name must be a fixed length of eight characters.
ObjectContainer(Factory factory, java.lang.String name)
          Main constructor
Overlay(Factory factory, java.lang.String name, int width, int height, int rotation, int widthResolution, int heightResolution)
          Construct a new overlay object for the specified name argument, the overlay name should be an 8 character identifier.
PageGroup(Factory factory, java.lang.String name, int tleSequence)
          Constructor for the PageGroup.
PageObject(Factory factory, java.lang.String name, int width, int height, int rotation, int widthRes, int heightRes)
          Construct a new page object for the specified name argument, the page name should be an 8 character identifier.
 


fop 1.0

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