org.jzy3d.maths.graphs
Class StringGraphGenerator

java.lang.Object
  extended by org.jzy3d.maths.graphs.StringGraphGenerator

public class StringGraphGenerator
extends Object


Constructor Summary
StringGraphGenerator()
           
 
Method Summary
static IGraph<String,String> getGraph(int nodes, int edges)
           
static DefaultGraphLayout2d<String> getRandomLayout(IGraph<String,String> graph, float size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringGraphGenerator

public StringGraphGenerator()
Method Detail

getGraph

public static IGraph<String,String> getGraph(int nodes,
                                             int edges)

getRandomLayout

public static DefaultGraphLayout2d<String> getRandomLayout(IGraph<String,String> graph,
                                                           float size)