org.apache.fop.svg

Class PDFBatikFlowTextElementBridge


public class PDFBatikFlowTextElementBridge
extends BatikFlowTextElementBridge

Element Bridge for Batik's flow text extension, so those texts can be painted using PDF primitives.

Constructor Summary

PDFBatikFlowTextElementBridge(FontInfo fontInfo)
Main Constructor.

Method Summary

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

Constructor Details

PDFBatikFlowTextElementBridge

public PDFBatikFlowTextElementBridge(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.