Uses of Class
org.apache.fop.render.intermediate.IFContext
-
Packages that use IFContext Package Description 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 Rendererorg.apache.fop.render.ps PostScript Rendererorg.apache.fop.render.svg SVG (Structured Vector Graphics) Renderer -
-
Uses of IFContext in org.apache.fop.render.afp
Methods in org.apache.fop.render.afp with parameters of type IFContext Modifier and Type Method Description IFDocumentHandler
AFPDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.Constructors in org.apache.fop.render.afp with parameters of type IFContext Constructor Description 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 Modifier and Type Method Description IFDocumentHandler
PNGDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.IFDocumentHandler
TIFFDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.Constructors in org.apache.fop.render.bitmap with parameters of type IFContext Constructor Description AbstractBitmapDocumentHandler(IFContext context)
Default constructor.PNGDocumentHandler(IFContext context)
TIFFDocumentHandler(IFContext context)
-
Uses of IFContext in org.apache.fop.render.intermediate
Fields in org.apache.fop.render.intermediate declared as IFContext Modifier and Type Field Description private IFContext
AbstractIFDocumentHandler. ifContext
Methods in org.apache.fop.render.intermediate that return IFContext Modifier and Type Method Description IFContext
AbstractIFDocumentHandler. getContext()
Returns the associated intermediate format context object.IFContext
AbstractIFPainter. getContext()
Returns the intermediate format context object.IFContext
IFDocumentHandler. getContext()
Returns the associated intermediate format context object.Methods in org.apache.fop.render.intermediate with parameters of type IFContext Modifier and Type Method Description abstract IFDocumentHandler
AbstractIFDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.IFDocumentHandler
IFSerializerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.Constructors in org.apache.fop.render.intermediate with parameters of type IFContext Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected IFContext
Java2DPainter. ifContext
the IF contextMethods in org.apache.fop.render.java2d that return IFContext Modifier and Type Method Description IFContext
Java2DDocumentHandler. getContext()
IFContext
Java2DPainter. getContext()
Returns the intermediate format context object.Methods in org.apache.fop.render.java2d with parameters of type IFContext Modifier and Type Method Description void
Java2DDocumentHandler. setContext(IFContext context)
Constructors in org.apache.fop.render.java2d with parameters of type IFContext Constructor Description 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 Modifier and Type Method Description IFDocumentHandler
PCLDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.Constructors in org.apache.fop.render.pcl with parameters of type IFContext Constructor Description PCLDocumentHandler(IFContext context)
Default constructor. -
Uses of IFContext in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as IFContext Modifier and Type Field Description private IFContext
PDFContentGenerator. context
private IFContext
PDFPainter.LanguageAvailabilityChecker. context
Methods in org.apache.fop.render.pdf with parameters of type IFContext Modifier and Type Method Description IFDocumentHandler
PDFDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Constructors in org.apache.fop.render.pdf with parameters of type IFContext Constructor Description LanguageAvailabilityChecker(IFContext context)
PDFContentGenerator(PDFDocument document, java.io.OutputStream out, PDFResourceContext resourceContext, IFContext context)
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 Modifier and Type Method Description IFDocumentHandler
PSDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Constructors in org.apache.fop.render.ps with parameters of type IFContext Constructor Description PSDocumentHandler(IFContext context)
Default constructor. -
Uses of IFContext in org.apache.fop.render.svg
Methods in org.apache.fop.render.svg with parameters of type IFContext Modifier and Type Method Description IFDocumentHandler
SVGDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.IFDocumentHandler
SVGPrintDocumentHandlerMaker. makeIFDocumentHandler(IFContext ifContext)
Instantiates a newIFDocumentHandler
.Constructors in org.apache.fop.render.svg with parameters of type IFContext Constructor Description AbstractSVGDocumentHandler(IFContext context)
SVGDocumentHandler(IFContext context)
Default constructor.SVGPrintDocumentHandler(IFContext context)
Default constructor.
-