Searched refs:visibleWidth (Results 1 – 2 of 2) sorted by relevance
355 int visibleWidth = 0; in toTableInternal() local358 ++visibleWidth; in toTableInternal()377 … result.append("\t<tr><td class='divider' colspan='" + visibleWidth + "'></td></tr>"); in toTableInternal()
730 if (visibleWidth(fMtr, subject) <= width) in nextLine()763 visibleWidth(fMtr, line.substring(0, end)) <= width) { in findFittingBreak()770 public int visibleWidth(FontMetrics fMtr, String s) { in visibleWidth() method in DumbTextComponent