test
Class SchemeCreatorDemo

java.lang.Object
  extended by test.SchemeCreatorDemo

public class SchemeCreatorDemo
extends java.lang.Object

Image creator demo.

Author:
Kirill Grouchnikov

Field Summary
static int COLOR_CELL
           
static int NAME_CELL
           
 
Constructor Summary
SchemeCreatorDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main function for running this demo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLOR_CELL

public static final int COLOR_CELL
See Also:
Constant Field Values

NAME_CELL

public static final int NAME_CELL
See Also:
Constant Field Values
Constructor Detail

SchemeCreatorDemo

public SchemeCreatorDemo()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main function for running this demo.

Parameters:
args -
Throws:
java.lang.Exception