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

Methods in org.apache.batik.apps.svgbrowser with parameters of type SVGDocument
 void JSVGViewerFrame.setSVGDocument(SVGDocument svgDocument, java.lang.String svgDocumentURL, java.lang.String svgDocumentTitle)
          Forces the viewer frame to show the input SVGDocument
 

Uses of SVGDocument in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as SVGDocument
protected  SVGDocument SVGImageElementBridge.imgDocument
           
 

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.
 

Methods in org.apache.batik.dom.svg that return SVGDocument
 SVGDocument SVGDocumentFactory.createSVGDocument(java.lang.String uri)
          Creates a SVG Document instance.
 SVGDocument SVGDocumentFactory.createSVGDocument(java.lang.String uri, java.io.InputStream is)
          Creates a SVG Document instance.
 SVGDocument SVGDocumentFactory.createSVGDocument(java.lang.String uri, java.io.Reader r)
          Creates a SVG Document instance.
 SVGDocument SAXSVGDocumentFactory.createSVGDocument(java.lang.String uri)
           
 SVGDocument SAXSVGDocumentFactory.createSVGDocument(java.lang.String uri, java.io.InputStream inp)
          Creates a SVG Document instance.
 SVGDocument SAXSVGDocumentFactory.createSVGDocument(java.lang.String uri, java.io.Reader r)
          Creates a SVG Document instance.
 

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 SVGLoadEventDispatcher.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.
SVGLoadEventDispatcher(GraphicsNode gn, SVGDocument doc, BridgeContext bc, UpdateManager um)
          Creates a new SVGLoadEventDispatcher.
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 © 2002 Apache Software Foundation. All Rights Reserved.