uk.ac.man.bioinf.gui.color
Class ColorGenerator

java.lang.Object
  |
  +--uk.ac.man.bioinf.gui.color.ColorGenerator

public class ColorGenerator
extends Object

ColorGenerator.java This class generates a stream of colours, cycling through all of the colours in the list until it has finished. Created: Wed May 24 09:54:25 2000

Version:
$Id: ColorGenerator.java,v 1.3 2001/04/11 17:04:42 lord Exp $
Author:
Phillip Lord

Constructor Summary
ColorGenerator()
           
ColorGenerator(Color[] colors)
           
 
Method Summary
static ColorGenerator getAllColorGenerator()
           
static ColorGenerator getLightColorGenerator()
           
 Color next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorGenerator

public ColorGenerator()

ColorGenerator

public ColorGenerator(Color[] colors)
Method Detail

getAllColorGenerator

public static ColorGenerator getAllColorGenerator()

getLightColorGenerator

public static ColorGenerator getLightColorGenerator()

next

public Color next()