|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of graph that this importer can transform into a force graph.public interface IGraphImporter<T>
Interface for importer classes for the force graph structure.
Method Summary | |
---|---|
void |
applyLayout(FGraph forceGraph)
Apply the computed layout of a force graph to the original graph. |
FGraph |
importGraph(T graph)
Create a force graph from the given graph. |
Method Detail |
---|
FGraph importGraph(T graph)
graph
- the graph to turn into a force graph
null
if the input was not recognizedvoid applyLayout(FGraph forceGraph)
forceGraph
- the graph for which layout is applied
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |