gov.noaa.pmel.sgt
Interface IndexedColor
- All Known Implementing Classes:
- CLIndexedColorMap, IndexedColorMap
- public interface IndexedColor
Defines the access methods for color maps that support indexed color.
- Since:
- 2.0
- Version:
- $Revision: 1.4 $, $Date: 2003/08/22 23:02:32 $
- Author:
- Donald Denbo
getColorByIndex
public java.awt.Color getColorByIndex(int index)
- Parameters:
index -
- Returns:
- Since:
- 3.0
setColor
public void setColor(int index,
java.awt.Color color)
setColor
public void setColor(int index,
int red,
int green,
int blue)
getMaximumIndex
public int getMaximumIndex()
- Get the maximum legal value of the color index.
Send comments about the Scientific Graphics toolkit to Donald.W.Denbo@noaa.gov. For more information about Java Development in the EPIC Group see the EPIC Software Page
Generated on October 9 2003