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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
colors
public Color[] colors
ColorList
public ColorList()
ColorList
public ColorList(Color[] colors)
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()