org.apache.fop.render.ps
Class PSTextElementBridge
SVGTextElementBridgeorg.apache.fop.render.ps.PSTextElementBridge
public class PSTextElementBridge
extends SVGTextElementBridge
Bridge class for the <text> element.
This bridge will use the direct text painter if the text
for the element is simple.
$Id: PSTextElementBridge.java 426576 2006-07-28 15:44:37Z jeremias $
GraphicsNode | createGraphicsNode(BridgeContext ctx, Element e)- Create a text element bridge.
|
PSTextElementBridge
public PSTextElementBridge(PSTextPainter textPainter)
Constructs a new bridge for the <text> element.
textPainter - the text painter to use
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.