Searched refs:visibleWidth (Results 1 – 2 of 2) sorted by relevance
353 int visibleWidth = 0; in toTableInternal() local356 ++visibleWidth; in toTableInternal()375 … 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