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   
org.apache.batik.transcoder.image Provides transcoders for transcoding a SVG document fragment to an image. 
org.apache.batik.transcoder.print   
 

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.
 

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.
 

Uses of SVGAElement in org.apache.batik.transcoder.image
 

Methods in org.apache.batik.transcoder.image with parameters of type SVGAElement
 void ImageTranscoder.ImageTranscoderUserAgent.openLink(SVGAElement elt)
          Unsupported operation.
 

Uses of SVGAElement in org.apache.batik.transcoder.print
 

Methods in org.apache.batik.transcoder.print with parameters of type SVGAElement
 void PrintTranscoder.PrintTranscoderUserAgent.openLink(SVGAElement elt)
          Unsupported operation.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.