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

Packages that use SVGDocument
org.apache.batik.dom.svg   
org.apache.batik.refimpl.bridge   
org.apache.batik.refimpl.util   
org.w3c.dom.svg   
 

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

Classes in org.apache.batik.dom.svg that implement SVGDocument
 class SVGOMDocument
          This class implements SVGDocument.
 

Uses of SVGDocument in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge with parameters of type SVGDocument
protected  GraphicsNode SVGImageElementBridge.createSVGImageNode(BridgeContext ctx, SVGElement element, SVGDocument imgDocument)
           
 

Constructors in org.apache.batik.refimpl.bridge with parameters of type SVGDocument
DefaultBridgeContext(java.lang.String parser, SVGDocument svgDocument)
           
URIResolver(SVGDocument doc, DocumentLoader dl)
          Creates a new URI resolver object.
 

Uses of SVGDocument in org.apache.batik.refimpl.util
 

Fields in org.apache.batik.refimpl.util declared as SVGDocument
protected  SVGDocument JSVGCanvas.document
          The SVG document to render.
 

Methods in org.apache.batik.refimpl.util with parameters of type SVGDocument
 void JSVGCanvas.setSVGDocument(SVGDocument doc)
          Sets the SVG document to display.
 void JSVGCanvas.setRootNode(GraphicsNode root, BridgeContext bridgeContext, SVGDocument document)
          Sets the root node adn current document, notifies the document that it has been installed, and issues necessary notifications and repaints to this JSVGCanvas.
protected  BridgeContext JSVGCanvas.createBridgeContext(SVGDocument doc)
          Creates a new bridge context.
 

Uses of SVGDocument in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGDocument
 SVGDocument GetSVGDocument.getSVGDocument()
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.