org.jgraph.example
Class HelloWorld
java.lang.Object
   org.jgraph.example.HelloWorld
org.jgraph.example.HelloWorld
- public class HelloWorld 
- extends java.lang.Object
 
| Method Summary | 
| static org.jgraph.graph.DefaultGraphCell | createVertex(java.lang.String name,
             double x,
             double y,
             double w,
             double h,
             java.awt.Color bg,
             boolean raised)
 | 
| static void | main(java.lang.String[] args)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HelloWorld
public HelloWorld()
main
public static void main(java.lang.String[] args)
- 
 
createVertex
public static org.jgraph.graph.DefaultGraphCell createVertex(java.lang.String name,
                                                             double x,
                                                             double y,
                                                             double w,
                                                             double h,
                                                             java.awt.Color bg,
                                                             boolean raised)
-