Uses of Class
org.tigris.gef.base.Diagram

Packages that use Diagram
org.tigris.gef.base   
org.tigris.gef.graph.presentation   
org.tigris.gef.xml.pgml   
org.tigris.gef.xml.svg   
 

Uses of Diagram in org.tigris.gef.base
 

Constructors in org.tigris.gef.base with parameters of type Diagram
Editor(Diagram d)
           
 

Uses of Diagram in org.tigris.gef.graph.presentation
 

Methods in org.tigris.gef.graph.presentation with parameters of type Diagram
 void JGraph.setDiagram(Diagram d)
          Set the Diagram that should be displayed by setting the GraphModel and Layer that the Editor is using.
 

Constructors in org.tigris.gef.graph.presentation with parameters of type Diagram
JGraph(Diagram d)
          Make a new JGraph with a the GraphModel and Layer from the given Diagram.
 

Uses of Diagram in org.tigris.gef.xml.pgml
 

Fields in org.tigris.gef.xml.pgml declared as Diagram
protected  Diagram PGMLParser._diagram
           
 

Methods in org.tigris.gef.xml.pgml that return Diagram
 Diagram PGMLParser.readDiagram(java.io.InputStream is)
           
 Diagram PGMLParser.readDiagram(java.io.InputStream is, boolean closeStream)
           
 Diagram PGMLParser.readDiagram(java.net.URL url)
           
 

Uses of Diagram in org.tigris.gef.xml.svg
 

Fields in org.tigris.gef.xml.svg declared as Diagram
protected  Diagram SVGParser._diagram
           
 

Methods in org.tigris.gef.xml.svg that return Diagram
 Diagram SVGParser.readDiagram(java.net.URL url)