Uses of Class
org.wilmascope.control.GraphControl

Packages that use GraphControl
org.wilmascope.control   
org.wilmascope.file   
org.wilmascope.gmlparser   
org.wilmascope.graphgen   
org.wilmascope.graphgen.plugin   
org.wilmascope.gui   
 

Uses of GraphControl in org.wilmascope.control
 

Methods in org.wilmascope.control that return GraphControl
 GraphControl WilmaMain.getGraphControl()
           
 

Uses of GraphControl in org.wilmascope.file
 

Constructors in org.wilmascope.file with parameters of type GraphControl
FileHandler(GraphControl graphControl)
           
LEDALoader(GraphControl gc, java.lang.String fileName)
           
 

Uses of GraphControl in org.wilmascope.gmlparser
 

Methods in org.wilmascope.gmlparser with parameters of type GraphControl
static void ColumnsImporter.load(GraphControl g, java.lang.String dirName)
           
 

Constructors in org.wilmascope.gmlparser with parameters of type GraphControl
GMLLoader(GraphControl gc, java.lang.String fileName)
           
 

Uses of GraphControl in org.wilmascope.graphgen
 

Methods in org.wilmascope.graphgen with parameters of type GraphControl
abstract  void GraphGenerator.generate(GraphControl gc)
          This method will do the work of actually creating the graph.
 

Uses of GraphControl in org.wilmascope.graphgen.plugin
 

Methods in org.wilmascope.graphgen.plugin with parameters of type GraphControl
 void RandomGraphGenerator.createLayeredDirectedAcyclicGraph(GraphControl graphControl)
           
 void TreeGenerator.generate(GraphControl gc)
           
 void StratifiedGraphGenerator.generate(GraphControl gc)
           
 void ScaleFreeGraphGenerator.generate(GraphControl gc)
          Generate a scale-free graph based on a stockastic model in which for each node u that is added, all existing nodes vi are considered and an edge (u,vi) is created with probability (1+deg(vi))/sum(deg(vj))
 void RandomGraphGenerator.generate(GraphControl gc)
          Generate the random graph
 void GridGenerator.generate(GraphControl gc)
          Generates a "grid graph", that is, a rectangular lattice
 void ClusteredGraphGenerator.generate(GraphControl gc)
          Generates a graph with a given number of clusters of a given size
 

Uses of GraphControl in org.wilmascope.gui
 

Methods in org.wilmascope.gui with parameters of type GraphControl
 void Actions.init(java.awt.Component parent, GraphControl graphControl, ControlPanel controlPanel)
           
 void EdgeOptionsMenu.setGraphControl(GraphControl gc)
           
 

Constructors in org.wilmascope.gui with parameters of type GraphControl
ClusterOptionsMenu(java.awt.Component parent, GraphControl gc, ControlPanel controlPanel)
           
EdgeOptionsMenu(java.awt.Component parent, GraphControl graphControl)
           
EdgeViewFrame(GraphControl gc, GraphControl.Cluster root)
          Creates new form EdgeViewFrame
GenerateGraphFrame(java.lang.String title, GraphControl gc)
           
LayoutEngineFrame(GraphControl graphControl, java.lang.String title)
           
MenuBar(javax.swing.JFrame frame, Actions actions, GraphControl graphControl, ControlPanel controlPanel)
           
NodeOptionsMenu(java.awt.Component parent, GraphControl graphControl, ControlPanel controlPanel)
           
QueryFrame(GraphControl c)
           
SliceViewControlFrame(GraphControl gc)