fop 1.0

org.apache.fop.render.pdf
Class PDFRenderingContext

java.lang.Object
  extended by org.apache.fop.render.AbstractRenderingContext
      extended by org.apache.fop.render.pdf.PDFRenderingContext
All Implemented Interfaces:
RenderingContext

public class PDFRenderingContext
extends AbstractRenderingContext

Rendering context for PDF production.


Constructor Summary
PDFRenderingContext(FOUserAgent userAgent, PDFContentGenerator generator, PDFPage page, FontInfo fontInfo)
          Main constructor.
 
Method Summary
 FontInfo getFontInfo()
          Returns the font list.
 PDFContentGenerator getGenerator()
          Returns the PDF content generator.
 java.lang.String getMimeType()
          Returns the MIME type associated with the current output format.
 PDFPage getPage()
          Returns the current PDF page.
 
Methods inherited from class org.apache.fop.render.AbstractRenderingContext
getHint, getHints, getUserAgent, putHint, putHints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFRenderingContext

public PDFRenderingContext(FOUserAgent userAgent,
                           PDFContentGenerator generator,
                           PDFPage page,
                           FontInfo fontInfo)
Main constructor.

Parameters:
userAgent - the user agent
generator - the PDF content generator
page - the current PDF page
fontInfo - the font list
Method Detail

getMimeType

public java.lang.String getMimeType()
Returns the MIME type associated with the current output format.

Returns:
the MIME type (ex. application/pdf)

getGenerator

public PDFContentGenerator getGenerator()
Returns the PDF content generator.

Returns:
the PDF content generator

getPage

public PDFPage getPage()
Returns the current PDF page.

Returns:
the PDF page

getFontInfo

public FontInfo getFontInfo()
Returns the font list.

Returns:
the font list

fop 1.0

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