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

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

public class ColorList
extends Object

ColorList.java This class is similar to ColorGenerator, except that instead of cycling through the colours it presents them as a list Created: Thu Jun 8 17:37:23 2000

Version:
$Id: ColorList.java,v 1.3 2002/03/08 14:52:36 lord Exp $
Author:
Phillip Lord

Field Summary
 Color[] colors
           
 
Constructor Summary
ColorList()
           
ColorList(Color[] colors)
           
 
Method Summary
static ColorList getAllColorList()
           
static ColorList getColdToHotColorList()
           
 Color getColorAt(int index)
           
static ColorList getGray50List()
           
static ColorList getHotToColdColorList()
           
static ColorList getLightColorList()
           
 int length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colors

public Color[] colors
Constructor Detail

ColorList

public ColorList()

ColorList

public ColorList(Color[] colors)
Method Detail

getColorAt

public Color getColorAt(int index)

length

public int length()

getAllColorList

public static ColorList getAllColorList()

getLightColorList

public static ColorList getLightColorList()

getColdToHotColorList

public static ColorList getColdToHotColorList()

getHotToColdColorList

public static ColorList getHotToColdColorList()

getGray50List

public static ColorList getGray50List()