org.apache.fop.svg
Class PDFAElementBridge
AbstractGraphicsNodeBridge
org.apache.fop.svg.PDFAElementBridge
public class PDFAElementBridge
extends AbstractGraphicsNodeBridge
Bridge class for the <a> element.
PDFAElementBridge
public PDFAElementBridge()
Constructs a new bridge for the <a> element.
createGraphicsNode
public GraphicsNode createGraphicsNode(BridgeContext ctx,
Element e)
Builds using the specified BridgeContext and element, the
specified graphics node.
ctx
- the bridge context to usee
- the element that describes the graphics node to build
- node the new graphics node
getCurrentTransform
public AffineTransform getCurrentTransform()
- the transformation matrix for links
getLocalName
public String getLocalName()
Returns 'a'.
instantiateGraphicsNode
protected GraphicsNode instantiateGraphicsNode()
Creates a CompositeGraphicsNode.
isComposite
public boolean isComposite()
Returns true as the <a> element is a container.
- true if the a element is a container
setCurrentTransform
public void setCurrentTransform(AffineTransform tf)
Set the current transform of this element.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.