|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgraph.GraphUtils
public class GraphUtils
Utilities for printing and displaying graphs.
| Constructor Summary | |
|---|---|
GraphUtils()
|
|
| Method Summary | |
|---|---|
static void |
display(Graph model)
Creates a JGraph component with a graph as its model. |
static org.jgraph.JGraph |
makeJGraph(Graph model)
Creates a JGraph component with a specified graph as its component. |
static void |
print(Graph g)
prints the nodes and links of a graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphUtils()
| Method Detail |
|---|
public static org.jgraph.JGraph makeJGraph(Graph model)
model - the graph model of this component.public static void display(Graph model)
model - the graph to be displayed.public static void print(Graph g)
g - the graph to be printed.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||