Class TextGrid.CellColorPair
- java.lang.Object
-
- org.stathissideris.ascii2image.text.TextGrid.CellColorPair
-
- Enclosing class:
- TextGrid
public class TextGrid.CellColorPair extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description TextGrid.Cell
cell
java.awt.Color
color
-
Constructor Summary
Constructors Constructor Description CellColorPair(TextGrid.Cell cell, java.awt.Color color)
-
-
-
Field Detail
-
color
public java.awt.Color color
-
cell
public TextGrid.Cell cell
-
-
Constructor Detail
-
CellColorPair
public CellColorPair(TextGrid.Cell cell, java.awt.Color color)
-
-