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

Packages that use SVGSVGElement
org.apache.batik.dom.svg   
org.apache.batik.swing.svg   
org.w3c.dom.svg   
 

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

Classes in org.apache.batik.dom.svg that implement SVGSVGElement
 class SVGOMSVGElement
          This class implements SVGSVGElement.
 

Methods in org.apache.batik.dom.svg that return SVGSVGElement
 SVGSVGElement SVGOMDocument.getRootElement()
          DOM: Implements SVGDocument.getRootElement().
 SVGSVGElement SVGOMElement.getOwnerSVGElement()
          DOM: Implements SVGElement.getOwnerSVGElement().
 

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

Methods in org.apache.batik.swing.svg with parameters of type SVGSVGElement
protected  AffineTransform JSVGComponent.calculateViewingTransform(String fragIdent, SVGSVGElement svgElt)
           
 

Uses of SVGSVGElement in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGSVGElement
 SVGSVGElement SVGElement.getOwnerSVGElement()
           
 SVGSVGElement SVGDocument.getRootElement()
           
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.