org.apache.fop.svg
Class PDFAElementBridge

java.lang.Object
  extended byAbstractGraphicsNodeBridge
      extended byorg.apache.fop.svg.PDFAElementBridge

public class PDFAElementBridge
extends AbstractGraphicsNodeBridge

Bridge class for the <a> element.

Author:
Keiron Liddle
See Also:
Serialized Form

Constructor Summary
PDFAElementBridge()
          Constructs a new bridge for the <a> element.
 
Method Summary
 GraphicsNode createGraphicsNode(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  GraphicsNode instantiateGraphicsNode()
          Creates a CompositeGraphicsNode.
 boolean isComposite()
          Returns true as the <a> element is a container.
 void setCurrentTransform(java.awt.geom.AffineTransform tf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 GraphicsNode instantiateGraphicsNode()
Creates a CompositeGraphicsNode.


createGraphicsNode

public GraphicsNode createGraphicsNode(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

isComposite

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



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