org.apache.batik.bridge
public class SVGAElementBridge extends SVGGElementBridge
Nested Class Summary | |
---|---|
static class | SVGAElementBridge.AnchorDefaultActionable |
static class | SVGAElementBridge.AnchorListener
To handle a click on an anchor. |
static class | SVGAElementBridge.CursorHolder |
static class | SVGAElementBridge.CursorMouseOutListener
To handle a mouseout on an anchor and set the cursor. |
static class | SVGAElementBridge.CursorMouseOverListener
To handle a mouseover on an anchor and set the cursor. |
static class | SVGAElementBridge.MouseOutDefaultActionable |
static class | SVGAElementBridge.MouseOverDefaultActionable |
Field Summary | |
---|---|
protected SVGAElementBridge.AnchorListener | al |
protected SVGAElementBridge.CursorMouseOverListener | bl |
protected SVGAElementBridge.CursorMouseOutListener | cl |
Constructor Summary | |
---|---|
SVGAElementBridge()
Constructs a new bridge for the <a> element. |
Method Summary | |
---|---|
void | buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
Builds using the specified BridgeContext and element, the
specified graphics node.
|
void | dispose() |
Bridge | getInstance()
Returns a new instance of this bridge. |
String | getLocalName()
Returns 'a'. |
boolean | isComposite()
Returns true as the <a> element is a container. |
Parameters: ctx the bridge context to use e the element that describes the graphics node to build node the graphics node to build