JRubik v0.6

es.aeat.eett.plugins.tableNavi.table
Interface ColoredCell

All Known Implementing Classes:
DefaultCellAttribute

public interface ColoredCell

Version:
1.0 11/22/98
Author:
Nobuo Tamemasa

Method Summary
 java.awt.Color getBackground(int row, int column)
           
 java.awt.Color getForeground(int row, int column)
           
 void setBackground(java.awt.Color color, int[] rows, int[] columns)
           
 void setBackground(java.awt.Color color, int row, int column)
           
 void setForeground(java.awt.Color color, int[] rows, int[] columns)
           
 void setForeground(java.awt.Color color, int row, int column)
           
 

Method Detail

getForeground

public java.awt.Color getForeground(int row,
                                    int column)

setForeground

public void setForeground(java.awt.Color color,
                          int row,
                          int column)

setForeground

public void setForeground(java.awt.Color color,
                          int[] rows,
                          int[] columns)

getBackground

public java.awt.Color getBackground(int row,
                                    int column)

setBackground

public void setBackground(java.awt.Color color,
                          int row,
                          int column)

setBackground

public void setBackground(java.awt.Color color,
                          int[] rows,
                          int[] columns)

JRubik v0.6

JRubik v0.6