public class GraphViewer extends Object
Constructor and Description |
---|
GraphViewer(SNTGraph<?,? extends org.jgrapht.graph.DefaultWeightedEdge> inputGraph) |
Modifier and Type | Method and Description |
---|---|
GraphEditor |
getEditor() |
static void |
main(String[] args) |
void |
setContext(Context context) |
Window |
show()
Displays a graph in SNT's "Graph Viewer" featuring UI commands for
interactive visualization and export options.
|
public GraphViewer(SNTGraph<?,? extends org.jgrapht.graph.DefaultWeightedEdge> inputGraph)
public void setContext(Context context)
public GraphEditor getEditor()
public Window show()
public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.