Uses of Class
de.cau.cs.kieler.klay.force.graph.FGraph

Packages that use FGraph
de.cau.cs.kieler.klay.force Base package of the force layouter. 
de.cau.cs.kieler.klay.force.model Force model of the KLay Force layout algorithm. 
 

Uses of FGraph in de.cau.cs.kieler.klay.force
 

Methods in de.cau.cs.kieler.klay.force that return FGraph
 FGraph KGraphImporter.importGraph(KNode kgraph)
          Create a force graph from the given graph.
 FGraph IGraphImporter.importGraph(T graph)
          Create a force graph from the given graph.
 FGraph ComponentsProcessor.pack(List<FGraph> components)
          Pack the given components into a single graph.
 

Methods in de.cau.cs.kieler.klay.force that return types with arguments of type FGraph
 List<FGraph> ComponentsProcessor.split(FGraph graph)
          Split the given graph into its connected components.
 

Methods in de.cau.cs.kieler.klay.force with parameters of type FGraph
 void IGraphImporter.applyLayout(FGraph forceGraph)
          Apply the computed layout of a force graph to the original graph.
 void KGraphImporter.applyLayout(FGraph fgraph)
          Apply the computed layout of a force graph to the original graph.
 List<FGraph> ComponentsProcessor.split(FGraph graph)
          Split the given graph into its connected components.
 

Method parameters in de.cau.cs.kieler.klay.force with type arguments of type FGraph
 FGraph ComponentsProcessor.pack(List<FGraph> components)
          Pack the given components into a single graph.
 

Uses of FGraph in de.cau.cs.kieler.klay.force.model
 

Methods in de.cau.cs.kieler.klay.force.model that return FGraph
 FGraph AbstractForceModel.getGraph()
          Return the graph for which the model was initialized.
 

Methods in de.cau.cs.kieler.klay.force.model with parameters of type FGraph
protected  void AbstractForceModel.initialize(FGraph fgraph)
          Initialize the force model with the given graph.
protected  void EadesModel.initialize(FGraph graph)
          Initialize the force model with the given graph.
protected  void FruchtermanReingoldModel.initialize(FGraph graph)
          Initialize the force model with the given graph.
 void AbstractForceModel.layout(FGraph fgraph)
          Perform layout on the given force graph.