org.jgraph.example
Class HelloWorld

java.lang.Object
  extended by org.jgraph.example.HelloWorld

public class HelloWorld
extends java.lang.Object


Constructor Summary
HelloWorld()
           
 
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
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

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)