Uses of Interface
org.w3c.dom.svg.SVGAElement

Packages that use SVGAElement
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.dom.svg   
org.apache.batik.swing.svg   
 

Uses of SVGAElement in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge with parameters of type SVGAElement
 void UserAgent.openLink(SVGAElement elt)
          Opens a link.
 void UserAgentAdapter.openLink(SVGAElement elt)
          Unsupported operation.
 

Uses of SVGAElement in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement SVGAElement
 class SVGOMAElement
          This class implements SVGAElement.
 

Uses of SVGAElement in org.apache.batik.swing.svg
 

Methods in org.apache.batik.swing.svg with parameters of type SVGAElement
 void JSVGComponent.BridgeUserAgent.openLink(SVGAElement elt)
          Opens a link.
protected  void JSVGComponent.BridgeUserAgent.fireLinkActivatedEvent(SVGAElement elt, java.lang.String href)
          Fires a LinkActivatedEvent.
 void JSVGComponent.BridgeUserAgentWrapper.openLink(SVGAElement elt)
          Opens a link.
 

Constructors in org.apache.batik.swing.svg with parameters of type SVGAElement
LinkActivationEvent(java.lang.Object source, SVGAElement link, java.lang.String uri)
          Creates a new LinkActivationEvent.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.