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   
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, String svgDocumentURL, 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 that return SVGDocument
 SVGDocument SVGBrokenLinkProvider.getBrokenLinkDocument(Object base, String code, Object[] params)
           
 SVGDocument SVGBrokenLinkProvider.getBrokenLinkDocument(String message)
           
 

Methods in org.apache.batik.bridge with parameters of type SVGDocument
protected  GraphicsNode SVGImageElementBridge.createSVGImageNode(BridgeContext ctx, Element e, SVGDocument imgDocument)
          Returns a GraphicsNode that represents a svg document as an image.
 boolean BridgeContext.checkInteractiveElement(SVGDocument doc, Element e)
          used by isInteractiveDocument to check if document contains any 'interactive' elements.
 

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 SAXSVGDocumentFactory.createSVGDocument(String uri)
           
 SVGDocument SAXSVGDocumentFactory.createSVGDocument(String uri, InputStream inp)
          Creates a SVG Document instance.
 SVGDocument SAXSVGDocumentFactory.createSVGDocument(String uri, Reader r)
          Creates a SVG Document instance.
 SVGDocument SVGDocumentFactory.createSVGDocument(String uri)
          Creates a SVG Document instance.
 SVGDocument SVGDocumentFactory.createSVGDocument(String uri, InputStream is)
          Creates a SVG Document instance.
 SVGDocument SVGDocumentFactory.createSVGDocument(String uri, Reader r)
          Creates a SVG Document instance.
 

Uses of SVGDocument in org.apache.batik.swing
 

Methods in org.apache.batik.swing with parameters of type SVGDocument
protected  void JSVGCanvas.installSVGDocument(SVGDocument doc)
           
 

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

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

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

Methods in org.apache.batik.swing.svg with parameters of type SVGDocument
 void JSVGComponent.setSVGDocument(SVGDocument doc)
          Sets the SVGDocument to display.
protected  void JSVGComponent.installSVGDocument(SVGDocument doc)
          This does the real work of installing the SVG Document after the update manager from the previous document (if any) has been properly 'shut down'.
 

Constructors in org.apache.batik.swing.svg with parameters of type SVGDocument
SVGLoadEventDispatcher(GraphicsNode gn, SVGDocument doc, BridgeContext bc, UpdateManager um)
          Creates a new SVGLoadEventDispatcher.
SVGDocumentLoaderEvent(Object source, SVGDocument doc)
          Creates a new SVGDocumentLoaderEvent.
GVTTreeBuilder(SVGDocument doc, BridgeContext bc)
          Creates a new GVTTreeBuilder.
 

Uses of SVGDocument in org.w3c.dom.svg
 

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

Methods in org.w3c.dom.svg with parameters of type SVGDocument
 void EventListenerInitializer.initializeEventListeners(SVGDocument doc)
          This method is called by the SVG viewer when the scripts are loaded to register the listener needed.
 



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.