121712181219122012211222122312241225
* * @return the width */ public final int getTextWidth() { String html = getInnerHTML(); TextMetrics metrics = TextMetrics.get(); metrics.bind(this); return metrics.getWidth(html); }
113811391140114111421143114411451146