Uses of Class
org.stathissideris.ascii2image.text.TextGrid.CellStringPair
-
Packages that use TextGrid.CellStringPair Package Description org.stathissideris.ascii2image.text -
-
Uses of TextGrid.CellStringPair in org.stathissideris.ascii2image.text
Methods in org.stathissideris.ascii2image.text that return types with arguments of type TextGrid.CellStringPair Modifier and Type Method Description ArrayList<TextGrid.CellStringPair>
TextGrid. findStrings()
Returns an ArrayList of CellStringPairs that represents all the continuous (non-blank) Strings in the grid.
-