org.apache.batik.bridge

Class SVGAElementBridge

public class SVGAElementBridge extends SVGGElementBridge

Bridge class for the <a> element.
Nested Class Summary
static classSVGAElementBridge.AnchorDefaultActionable
static classSVGAElementBridge.AnchorListener
To handle a click on an anchor.
static classSVGAElementBridge.CursorHolder
static classSVGAElementBridge.CursorMouseOutListener
To handle a mouseout on an anchor and set the cursor.
static classSVGAElementBridge.CursorMouseOverListener
To handle a mouseover on an anchor and set the cursor.
static classSVGAElementBridge.MouseOutDefaultActionable
static classSVGAElementBridge.MouseOverDefaultActionable
Field Summary
protected SVGAElementBridge.AnchorListeneral
protected SVGAElementBridge.CursorMouseOverListenerbl
protected SVGAElementBridge.CursorMouseOutListenercl
Constructor Summary
SVGAElementBridge()
Constructs a new bridge for the <a> element.
Method Summary
voidbuildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
Builds using the specified BridgeContext and element, the specified graphics node.
voiddispose()
BridgegetInstance()
Returns a new instance of this bridge.
StringgetLocalName()
Returns 'a'.
booleanisComposite()
Returns true as the <a> element is a container.

Field Detail

al

protected SVGAElementBridge.AnchorListener al

bl

protected SVGAElementBridge.CursorMouseOverListener bl

cl

protected SVGAElementBridge.CursorMouseOutListener cl

Constructor Detail

SVGAElementBridge

public SVGAElementBridge()
Constructs a new bridge for the <a> element.

Method Detail

buildGraphicsNode

public void buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
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

dispose

public void dispose()

getInstance

public Bridge getInstance()
Returns a new instance of this bridge.

getLocalName

public String getLocalName()
Returns 'a'.

isComposite

public boolean isComposite()
Returns true as the <a> element is a container.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.