|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractConfigurator
org.apache.fop.render.AbstractRendererConfigurator
org.apache.fop.render.PrintRendererConfigurator
org.apache.fop.render.java2d.Java2DRendererConfigurator
org.apache.fop.render.bitmap.BitmapRendererConfigurator
public class BitmapRendererConfigurator
Configurator for bitmap output.
Field Summary |
---|
Fields inherited from class org.apache.fop.render.PrintRendererConfigurator |
---|
log |
Fields inherited from class org.apache.fop.render.AbstractConfigurator |
---|
userAgent |
Constructor Summary | |
---|---|
BitmapRendererConfigurator(FOUserAgent userAgent)
Default constructor |
Method Summary | |
---|---|
void |
configure(IFDocumentHandler documentHandler)
Configures a intermediate format document handler. |
void |
setupFontInfo(IFDocumentHandler documentHandler,
FontInfo fontInfo)
Sets up the FontInfo object for the IFDocumentHandler. |
Methods inherited from class org.apache.fop.render.java2d.Java2DRendererConfigurator |
---|
configure |
Methods inherited from class org.apache.fop.render.PrintRendererConfigurator |
---|
buildFontList |
Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator |
---|
getRendererConfig, getRendererConfig, getType |
Methods inherited from class org.apache.fop.render.AbstractConfigurator |
---|
getConfig |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BitmapRendererConfigurator(FOUserAgent userAgent)
userAgent
- user agentMethod Detail |
---|
public void configure(IFDocumentHandler documentHandler) throws FOPException
configure
in interface IFDocumentHandlerConfigurator
configure
in class PrintRendererConfigurator
documentHandler
- the document handler instance
FOPException
- if an error occurs while configuring the objectpublic void setupFontInfo(IFDocumentHandler documentHandler, FontInfo fontInfo) throws FOPException
FontInfo
object for the IFDocumentHandler.
setupFontInfo
in interface IFDocumentHandlerConfigurator
setupFontInfo
in class PrintRendererConfigurator
documentHandler
- the document handler instancefontInfo
- the font info object to set up
FOPException
- if an error occurs while configuring the object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |