sgtplot
Interface IndexedColor
-
- All Known Implementing Classes:
- CLIndexedColorMap, IndexedColorMap
public interface IndexedColorDefines the access methods for color maps that support indexed color.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.awt.ColorgetColorByIndex(int index)intgetMaximumIndex()Get the maximum legal value of the color index.voidsetColor(int index, java.awt.Color color)voidsetColor(int index, int red, int green, int blue)
-
-
-
Method Detail
-
getColorByIndex
java.awt.Color getColorByIndex(int index)
- Parameters:
index-- Returns:
- Since:
- 3.0
-
setColor
void setColor(int index, java.awt.Color color)
-
setColor
void setColor(int index, int red, int green, int blue)
-
getMaximumIndex
int getMaximumIndex()
Get the maximum legal value of the color index.
-
-
DMelt 3.0 © DataMelt by jWork.ORG