Class TextGrid.CellStringPair
- java.lang.Object
-
- org.stathissideris.ascii2image.text.TextGrid.CellStringPair
-
-
Field Summary
Fields Modifier and Type Field Description TextGrid.Cell
cell
String
string
-
Constructor Summary
Constructors Constructor Description CellStringPair(TextGrid.Cell cell, String string)
-
-
-
Field Detail
-
cell
public TextGrid.Cell cell
-
string
public String string
-
-
Constructor Detail
-
CellStringPair
public CellStringPair(TextGrid.Cell cell, String string)
-
-