org.apache.fop.svg
Class PDFBridgeContext
BridgeContext
org.apache.fop.svg.PDFBridgeContext
public class PDFBridgeContext
extends BridgeContext
BridgeContext which registers the custom bridges for PDF output.
PDFBridgeContext(UserAgent userAgent, DocumentLoader loader, FontInfo fontInfo, ImageManager imageManager, ImageSessionContext imageSessionContext, AffineTransform linkTransform) - Constructs a new bridge context.
|
PDFBridgeContext(UserAgent userAgent, FontInfo fontInfo, ImageManager imageManager, ImageSessionContext imageSessionContext) - Constructs a new bridge context.
|
PDFBridgeContext(UserAgent userAgent, FontInfo fontInfo, ImageManager imageManager, ImageSessionContext imageSessionContext, AffineTransform linkTransform) - Constructs a new bridge context.
|
PDFBridgeContext
public PDFBridgeContext(UserAgent userAgent,
DocumentLoader loader,
FontInfo fontInfo,
ImageManager imageManager,
ImageSessionContext imageSessionContext,
AffineTransform linkTransform)
Constructs a new bridge context.
userAgent
- the user agentloader
- the Document Loader to use for referenced documents.fontInfo
- the font list for the text painter, may be null
in which case text is painted as shapeslinkTransform
- AffineTransform to properly place links,
may be null
PDFBridgeContext
public PDFBridgeContext(UserAgent userAgent,
FontInfo fontInfo,
ImageManager imageManager,
ImageSessionContext imageSessionContext)
Constructs a new bridge context.
userAgent
- the user agentfontInfo
- the font list for the text painter, may be null
in which case text is painted as shapes
PDFBridgeContext
public PDFBridgeContext(UserAgent userAgent,
FontInfo fontInfo,
ImageManager imageManager,
ImageSessionContext imageSessionContext,
AffineTransform linkTransform)
Constructs a new bridge context.
userAgent
- the user agentfontInfo
- the font list for the text painter, may be null
in which case text is painted as shapeslinkTransform
- AffineTransform to properly place links,
may be null
createBridgeContext
public BridgeContext createBridgeContext()
getImageManager
public ImageManager getImageManager()
Returns the ImageManager to be used by the ImageElementBridge.
getImageSessionContext
public ImageSessionContext getImageSessionContext()
Returns the ImageSessionContext to be used by the ImageElementBridge.
- the image session context
registerSVGBridges
public void registerSVGBridges()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.