com.jeffpalm.graph
Class Color

java.lang.Object
  extended by com.jeffpalm.graph.Color

public final class Color
extends java.lang.Object


Field Summary
static Color BLACK
           
static Color GRAY
           
static Color WHITE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WHITE

public static final Color WHITE

GRAY

public static final Color GRAY

BLACK

public static final Color BLACK
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object