org.apache.fop.svg
Class PDFTextElementBridge
SVGTextElementBridge
org.apache.fop.svg.PDFTextElementBridge
public class PDFTextElementBridge
extends SVGTextElementBridge
Bridge class for the <text> element.
This bridge will use the direct text painter if the text
for the element is simple.
GraphicsNode | createGraphicsNode(BridgeContext ctx, Element e) - Create a text element bridge.
|
PDFTextElementBridge
public PDFTextElementBridge(FontInfo fi)
Constructs a new bridge for the <text> element.
fi
- the font infomration
createGraphicsNode
public GraphicsNode createGraphicsNode(BridgeContext ctx,
Element e)
Create a text element bridge.
This set the text painter on the node if the text is simple.
ctx
- the bridge contexte
- the svg element
- the text graphics node created by the super class
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.