org.apache.fop.svg
Class PDFAElementBridge
org.apache.fop.svg.PDFAElementBridge
- public class PDFAElementBridge
Bridge class for the <a> element.
- Author:
- Keiron Liddle
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)
|
PDFAElementBridge
public PDFAElementBridge()
- Constructs a new bridge for the <a> element.
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 usee
- the element that describes the graphics node to buildnode
- 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.