org.apache.fop.svg
Class PDFBridgeContext
BridgeContextorg.apache.fop.svg.PDFBridgeContext
public class PDFBridgeContext
extends BridgeContext
BridgeContext which registers the custom bridges for PDF output.
PDFBridgeContext
public PDFBridgeContext(UserAgent userAgent,
DocumentLoader loader,
FontInfo fontInfo,
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) 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,
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()
registerSVGBridges
public void registerSVGBridges()
org.apache.batik.bridge.BridgeContext.registerSVGBridges()
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.