org.apache.fop.svg

Class PDFSVGFlowRootElementBridge


public class PDFSVGFlowRootElementBridge
extends SVGFlowRootElementBridge

Element Bridge for SVG 1.2 flow text, so those texts can be painted using PDF primitives.

Constructor Summary

PDFSVGFlowRootElementBridge(FontInfo fontInfo)
Main Constructor.

Method Summary

TextPainter
getTextPainter()
Returns the text painter used by this bridge.
protected GraphicsNode
instantiateGraphicsNode()

Constructor Details

PDFSVGFlowRootElementBridge

public PDFSVGFlowRootElementBridge(FontInfo fontInfo)
Main Constructor.
Parameters:
fontInfo - the font directory

Method Details

getTextPainter

public TextPainter getTextPainter()
Returns the text painter used by this bridge.
Returns:
the text painter

instantiateGraphicsNode

protected GraphicsNode instantiateGraphicsNode()

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.