treeplus
Class TestMain
java.lang.Object
treeplus.TestMain
public class TestMain
- extends java.lang.Object
Method Summary |
static org.jgraph.graph.DefaultEdge |
createEdge(org.jgraph.graph.DefaultGraphCell source,
org.jgraph.graph.DefaultGraphCell target)
|
static org.jgraph.graph.DefaultGraphCell |
createVertex(java.lang.String name)
|
static org.jgraph.graph.DefaultGraphCell[] |
doTheMetal(javax.swing.JFrame frame,
org.jgraph.JGraph jgraph)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMain
public TestMain()
main
public static void main(java.lang.String[] args)
doTheMetal
public static org.jgraph.graph.DefaultGraphCell[] doTheMetal(javax.swing.JFrame frame,
org.jgraph.JGraph jgraph)
createVertex
public static org.jgraph.graph.DefaultGraphCell createVertex(java.lang.String name)
createEdge
public static org.jgraph.graph.DefaultEdge createEdge(org.jgraph.graph.DefaultGraphCell source,
org.jgraph.graph.DefaultGraphCell target)