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

Packages that use SVGDocument
org.apache.batik.apps.svgbrowser   
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.apache.batik.swing.svg   
org.w3c.dom.svg   
 

Uses of SVGDocument in org.apache.batik.apps.svgbrowser
 

Fields in org.apache.batik.apps.svgbrowser declared as SVGDocument
protected  SVGDocument JSVGViewerFrame.svgDocument
          The current document.
 

Uses of SVGDocument in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge with parameters of type SVGDocument
protected static GraphicsNode SVGImageElementBridge.createSVGImageNode(BridgeContext ctx, Element e, SVGDocument imgDocument)
          Returns a GraphicsNode that represents a svg document as an image.
 

Constructors in org.apache.batik.bridge with parameters of type SVGDocument
URIResolver(SVGDocument doc, DocumentLoader dl)
          Creates a new URI resolver object.
 

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.script
 

Classes in org.apache.batik.script that implement SVGDocument
 class SVGDocumentProxy
          Proxy to an SVGDocument using a WeakReference to allow the document to be discared when not used outside of the intepreter.
 

Constructors in org.apache.batik.script with parameters of type SVGDocument
SVGDocumentProxy(SVGDocument document)
           
 

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

Fields in org.apache.batik.swing.svg declared as SVGDocument
protected  SVGDocument JSVGComponent.svgDocument
          The current SVG document.
protected  SVGDocument GVTTreeBuilder.svgDocument
          The SVG document to give to the bridge.
protected  SVGDocument SVGDocumentLoaderEvent.svgDocument
          The associated SVG document.
 

Methods in org.apache.batik.swing.svg that return SVGDocument
 SVGDocument JSVGComponent.getSVGDocument()
          Returns the current SVG document.
 SVGDocument SVGDocumentLoaderEvent.getSVGDocument()
          Returns the associated SVG document, or null if the loading was just started or an error occured.
 

Methods in org.apache.batik.swing.svg with parameters of type SVGDocument
 void JSVGComponent.setSVGDocument(SVGDocument doc)
          Sets the SVG document to display.
protected  void SVGDocumentLoader.fireCompletedEvent(SVGDocument doc)
          Fires a SVGDocumentLoaderEvent.
 

Constructors in org.apache.batik.swing.svg with parameters of type SVGDocument
GVTTreeBuilder(SVGDocument doc, BridgeContext bc)
          Creates a new GVTTreeBuilder.
SVGDocumentLoaderEvent(java.lang.Object source, SVGDocument doc)
          Creates a new SVGDocumentLoaderEvent.
 

Uses of SVGDocument in org.w3c.dom.svg
 

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



Copyright © 2001 Apache Software Foundation. All Rights Reserved.