jdraw
Class JDraw

java.lang.Object
  |
  +--jdraw.JDraw

public class JDraw
extends Object

The JDraw entry-point class.


Field Summary
private static GraphicObject[] DUMMY_GRAPHIC_OBJECTS
          Some dummy graphic objects.
 
Constructor Summary
private JDraw()
          This class is not intended to be instancied.
 
Method Summary
static void main(String[] args)
          The JDraw main function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DUMMY_GRAPHIC_OBJECTS

private static final GraphicObject[] DUMMY_GRAPHIC_OBJECTS
Some dummy graphic objects.

Constructor Detail

JDraw

private JDraw()
This class is not intended to be instancied.

Method Detail

main

public static void main(String[] args)
The JDraw main function