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

Packages that use SVGAElement
org.apache.batik.apps.applet   
org.apache.batik.apps.svgviewer   
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.refimpl.bridge   
 

Uses of SVGAElement in org.apache.batik.apps.applet
 

Methods in org.apache.batik.apps.applet with parameters of type SVGAElement
 void JSVGApplet.openLink(SVGAElement elt)
          Opens a link.
 

Uses of SVGAElement in org.apache.batik.apps.svgviewer
 

Methods in org.apache.batik.apps.svgviewer with parameters of type SVGAElement
 void Main.openLink(ViewerFrame f, SVGAElement elt)
          Opens the given link.
 void ViewerFrame.openLink(SVGAElement elt)
          Opens a link.
 void ViewerFrame.Application.openLink(ViewerFrame f, SVGAElement elt)
          Opens the given link.
 

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.
 

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.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge with parameters of type SVGAElement
 void DefaultUserAgent.openLink(SVGAElement elt)
          Opens a link.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.