Package util.tableheader
Interface ColoredCell
-
- All Known Implementing Classes:
DefaultCellAttribute
public interface ColoredCell- Version:
- 1.0 11/22/98
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackground(int row, int column)ColorgetForeground(int row, int column)voidsetBackground(Color color, int[] rows, int[] columns)voidsetBackground(Color color, int row, int column)voidsetForeground(Color color, int[] rows, int[] columns)voidsetForeground(Color color, int row, int column)
-
-
-
Method Detail
-
getForeground
Color getForeground(int row, int column)
-
setForeground
void setForeground(Color color, int row, int column)
-
setForeground
void setForeground(Color color, int[] rows, int[] columns)
-
getBackground
Color getBackground(int row, int column)
-
setBackground
void setBackground(Color color, int row, int column)
-
setBackground
void setBackground(Color color, int[] rows, int[] columns)
-
-