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

Packages that use SVGSVGElement
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.script Provides an API for interpreting scripting language found in SVG files. 
org.w3c.dom.svg   
 

Uses of SVGSVGElement in org.apache.batik.bridge
 

Constructors in org.apache.batik.bridge with parameters of type SVGSVGElement
SVGSVGElementBridge.SVGSVGElementViewport(SVGSVGElement e, float w, float h)
          Constructs a new viewport with the specified SVGSVGElement.
 

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 SVGOMElement.getOwnerSVGElement()
          DOM: Implements SVGElement.getOwnerSVGElement().
 SVGSVGElement SVGOMDocument.getRootElement()
          DOM: Implements SVGDocument.getRootElement().
 

Uses of SVGSVGElement in org.apache.batik.script
 

Methods in org.apache.batik.script that return SVGSVGElement
 SVGSVGElement SVGDocumentProxy.getRootElement()
           
 

Uses of SVGSVGElement in org.w3c.dom.svg
 

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



Copyright © 2001 Apache Software Foundation. All Rights Reserved.