org.ow2.clif.console.lib.egui.monitor
Class GraphColorChooser

java.lang.Object
  extended by org.ow2.clif.console.lib.egui.monitor.GraphColorChooser

public class GraphColorChooser
extends java.lang.Object

Color provider (provides an array of relevant colors)

Author:
Joan Chaumont, Bruno Dillenseger

Field Summary
static int[] COLORS
          Array of colors
 
Constructor Summary
GraphColorChooser()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLORS

public static int[] COLORS
Array of colors

Constructor Detail

GraphColorChooser

public GraphColorChooser()