|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.AbstractRendererConfigurator
org.apache.fop.render.PrintRendererConfigurator
org.apache.fop.render.pcl.PCLRendererConfigurator
public class PCLRendererConfigurator
PCL Renderer configurator
Field Summary |
---|
Fields inherited from class org.apache.fop.render.AbstractRendererConfigurator |
---|
userAgent |
Constructor Summary | |
---|---|
PCLRendererConfigurator(FOUserAgent userAgent,
RendererConfig.RendererConfigParser rendererConfigParser)
Default constructor |
Method Summary | |
---|---|
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()
|
Methods inherited from class org.apache.fop.render.PrintRendererConfigurator |
---|
configure, createDefaultInstance, getCustomFontCollection, getRendererConfig, getRendererConfig, getRendererConfig, setupFontInfo |
Methods inherited from class org.apache.fop.render.AbstractRendererConfigurator |
---|
getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PCLRendererConfigurator(FOUserAgent userAgent, RendererConfig.RendererConfigParser rendererConfigParser)
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 objectprotected java.util.List<FontCollection> getDefaultFontCollection()
getDefaultFontCollection
in class PrintRendererConfigurator
protected FontCollection createCollectionFromFontList(InternalResourceResolver resourceResolver, java.util.List<EmbedFontInfo> fontList)
PrintRendererConfigurator
createCollectionFromFontList
in class PrintRendererConfigurator
resourceResolver
- the resource resolverfontList
- the embedded font infomation
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |