public class TextGrid.CellColorPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
TextGrid.Cell |
cell |
java.awt.Color |
color |
Constructor and Description |
---|
CellColorPair(TextGrid.Cell cell,
java.awt.Color color) |
public java.awt.Color color
public TextGrid.Cell cell
public CellColorPair(TextGrid.Cell cell, java.awt.Color color)