fop 2.2

Uses of Class
org.apache.fop.render.intermediate.IFContext

Packages that use IFContext
org.apache.fop.render.afp An AFP Renderer implementation and supporting classes. 
org.apache.fop.render.bitmap Bitmap Renderer which creates TIFF and PNG images from rendered pages. 
org.apache.fop.render.intermediate   
org.apache.fop.render.intermediate.util   
org.apache.fop.render.java2d Java2D Renderer which paints rendered pages on Graphics2D instances. 
org.apache.fop.render.pcl PCL Renderer (Supports PCL5 and HP GL/2) 
org.apache.fop.render.pdf PDF Renderer 
org.apache.fop.render.ps PostScript Renderer 
 

Uses of IFContext in org.apache.fop.render.afp
 

Methods in org.apache.fop.render.afp with parameters of type IFContext
 IFDocumentHandler AFPDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
          Instantiates a new IFDocumentHandler.
 

Constructors in org.apache.fop.render.afp with parameters of type IFContext
AFPDocumentHandler(IFContext context)
          Default constructor.
 

Uses of IFContext in org.apache.fop.render.bitmap
 

Methods in org.apache.fop.render.bitmap with parameters of type IFContext
 IFDocumentHandler TIFFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
          Instantiates a new IFDocumentHandler.
 IFDocumentHandler PNGDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
          Instantiates a new IFDocumentHandler.
 

Constructors in org.apache.fop.render.bitmap with parameters of type IFContext
AbstractBitmapDocumentHandler(IFContext context)
          Default constructor.
 

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

Methods in org.apache.fop.render.intermediate that return IFContext
 IFContext IFDocumentHandler.getContext()
          Returns the associated intermediate format context object.
protected  IFContext AbstractIFPainter.getContext()
          Returns the intermediate format context object.
 IFContext AbstractIFDocumentHandler.getContext()
          Returns the associated intermediate format context object.
 

Methods in org.apache.fop.render.intermediate with parameters of type IFContext
 IFDocumentHandler IFSerializerMaker.makeIFDocumentHandler(IFContext ifContext)
          Instantiates a new IFDocumentHandler.
abstract  IFDocumentHandler AbstractIFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
          Instantiates a new IFDocumentHandler.
 

Constructors in org.apache.fop.render.intermediate with parameters of type IFContext
AbstractBinaryWritingIFDocumentHandler(IFContext ifContext)
           
AbstractIFDocumentHandler(IFContext context)
          Default constructor.
AbstractXMLWritingIFDocumentHandler(IFContext context)
           
IFSerializer(IFContext context)
           
 

Uses of IFContext in org.apache.fop.render.intermediate.util
 

Methods in org.apache.fop.render.intermediate.util that return IFContext
 IFContext IFDocumentHandlerProxy.getContext()
          Returns the associated intermediate format context object.
 

Uses of IFContext in org.apache.fop.render.java2d
 

Fields in org.apache.fop.render.java2d declared as IFContext
protected  IFContext Java2DPainter.ifContext
          the IF context
 

Methods in org.apache.fop.render.java2d that return IFContext
 IFContext Java2DPainter.getContext()
          Returns the intermediate format context object.
 IFContext Java2DDocumentHandler.getContext()
           
 

Methods in org.apache.fop.render.java2d with parameters of type IFContext
 void Java2DDocumentHandler.setContext(IFContext context)
           
 

Constructors in org.apache.fop.render.java2d with parameters of type IFContext
Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo)
          Main constructor.
Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFDocumentHandler documentHandler)
           
Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFState state)
          Special constructor for embedded use (when another painter uses Java2DPainter to convert part of a document into a bitmap, for example).
Java2DPainter(java.awt.Graphics2D g2d, IFContext context, FontInfo fontInfo, IFState state, IFDocumentHandler documentHandler)
           
 

Uses of IFContext in org.apache.fop.render.pcl
 

Methods in org.apache.fop.render.pcl with parameters of type IFContext
 IFDocumentHandler PCLDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
          Instantiates a new IFDocumentHandler.
 

Constructors in org.apache.fop.render.pcl with parameters of type IFContext
PCLDocumentHandler(IFContext context)
          Default constructor.
 

Uses of IFContext in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf with parameters of type IFContext
 IFDocumentHandler PDFDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
           
 

Constructors in org.apache.fop.render.pdf with parameters of type IFContext
PDFDocumentHandler(IFContext context)
          Default constructor.
 

Uses of IFContext in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type IFContext
 IFDocumentHandler PSDocumentHandlerMaker.makeIFDocumentHandler(IFContext ifContext)
           
 

Constructors in org.apache.fop.render.ps with parameters of type IFContext
PSDocumentHandler(IFContext context)
          Default constructor.
 


fop 2.2

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