kitfox-svg-core
1.0.0-build001 / 2012-04-07T15:40:49.711-0500

Uses of Class
com.kitfox.svg.SVGDiagram

Packages that use SVGDiagram
com.kitfox.svg Provides the nodes of an SVG scene graph. 
 

Uses of SVGDiagram in com.kitfox.svg
 

Fields in com.kitfox.svg declared as SVGDiagram
 SVGDiagram SVGLoaderHelper.diagram
          This is the diagram which the load process is currently loading
protected  SVGDiagram SVGElement.diagram
          The diagram this element belongs to
 

Methods in com.kitfox.svg that return SVGDiagram
 SVGDiagram SVGDisplayPanel.getDiagram()
           
 SVGDiagram SVGUniverse.getDiagram(URI xmlBase)
           
 SVGDiagram SVGUniverse.getDiagram(URI xmlBase, boolean loadIfAbsent)
          Returns the diagram that has been loaded from this root.
 SVGDiagram SVGLoader.getLoadedDiagram()
           
 

Methods in com.kitfox.svg with parameters of type SVGDiagram
 void SVGDisplayPanel.setDiagram(SVGDiagram diagram)
           
protected  void SVGElement.setDiagram(SVGDiagram diagram)
           
 

Constructors in com.kitfox.svg with parameters of type SVGDiagram
SVGLoaderHelper(URI xmlBase, SVGUniverse universe, SVGDiagram diagram)
          Creates a new instance of SVGLoaderHelper
 


kitfox-svg-core
1.0.0-build001 / 2012-04-07T15:40:49.711-0500

Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.