IFDocumentHandlerConfigurator
TIFFRendererConfigurator
public class BitmapRendererConfigurator extends Java2DRendererConfigurator
userAgent
Constructor | Description |
---|---|
BitmapRendererConfigurator(FOUserAgent userAgent,
RendererConfig.RendererConfigParser rendererConfigParser) |
Default constructor
|
Modifier and Type | Method | Description |
---|---|---|
void |
configure(IFDocumentHandler documentHandler) |
Configures a intermediate format document handler.
|
protected FontCollection |
createCollectionFromFontList(InternalResourceResolver resourceResolver,
java.util.List<EmbedFontInfo> fontList) |
Creates the font collection given a list of embedded font infomation.
|
protected java.util.List<FontCollection> |
getDefaultFontCollection() |
getType
configure
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDefaultInstance, getCustomFontCollection, getRendererConfig, getRendererConfig, getRendererConfig, setupFontInfo
public BitmapRendererConfigurator(FOUserAgent userAgent, RendererConfig.RendererConfigParser rendererConfigParser)
userAgent
- user agentpublic void configure(IFDocumentHandler documentHandler) throws FOPException
configure
in interface IFDocumentHandlerConfigurator
configure
in class PrintRendererConfigurator
documentHandler
- the document handler instanceFOPException
- if an error occurs while configuring the objectprotected FontCollection createCollectionFromFontList(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> fontList)
PrintRendererConfigurator
createCollectionFromFontList
in class PrintRendererConfigurator
resourceResolver
- the resource resolverfontList
- the embedded font infomationprotected java.util.List<FontCollection> getDefaultFontCollection()
getDefaultFontCollection
in class DefaultRendererConfigurator
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.