org.apache.fop.svg
Class PDFAElementBridge

org.apache.fop.svg.PDFAElementBridge

public class PDFAElementBridge

Bridge class for the <a> element.

Author:
Keiron Liddle

Constructor Summary
PDFAElementBridge()
          Constructs a new bridge for the <a> element.
 
Method Summary
 org.apache.batik.gvt.GraphicsNode createGraphicsNode(org.apache.batik.bridge.BridgeContext ctx, org.w3c.dom.Element e)
          Builds using the specified BridgeContext and element, the specified graphics node.
 java.lang.String getLocalName()
          Returns 'a'.
protected  org.apache.batik.gvt.GraphicsNode instantiateGraphicsNode()
          Creates a CompositeGraphicsNode.
 boolean isComposite()
          Returns true as the <a> element is a container.
 void setCurrentTransform(java.awt.geom.AffineTransform tf)
           
 

Constructor Detail

PDFAElementBridge

public PDFAElementBridge()
Constructs a new bridge for the <a> element.
Method Detail

setCurrentTransform

public void setCurrentTransform(java.awt.geom.AffineTransform tf)

getLocalName

public java.lang.String getLocalName()
Returns 'a'.

instantiateGraphicsNode

protected org.apache.batik.gvt.GraphicsNode instantiateGraphicsNode()
Creates a CompositeGraphicsNode.

createGraphicsNode

public org.apache.batik.gvt.GraphicsNode createGraphicsNode(org.apache.batik.bridge.BridgeContext ctx,
                                                            org.w3c.dom.Element e)
Builds using the specified BridgeContext and element, the specified graphics node.
Parameters:
ctx - the bridge context to use
e - the element that describes the graphics node to build
node - the graphics node to build

isComposite

public boolean isComposite()
Returns true as the <a> element is a container.


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.