Interface ColoredCell

  • All Known Implementing Classes:
    DefaultCellAttribute

    public interface ColoredCell
    Version:
    1.0 11/22/98
    • 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)