Uses of Class
com.jgraph.layout.JGraphExampleGraph

Packages that use JGraphExampleGraph
com.jgraph.layout   
 

Uses of JGraphExampleGraph in com.jgraph.layout
 

Methods in com.jgraph.layout with parameters of type JGraphExampleGraph
 void JGraphExampleLayoutCache.setGraph(JGraphExampleGraph graph)
          Setting the graph after loading from file.
 

Constructors in com.jgraph.layout with parameters of type JGraphExampleGraph
JGraphExampleLayoutCache(JGraphExampleGraph graph)
          Constructs a new example layout cache for the specified example graph.