154155156157158159160161162163164
else if (edge == RectangleEdge.LEFT || edge == RectangleEdge.RIGHT) { TextLine line = label.getLastLine(); if (line != null) { line.addFragment( new TextFragment( " " + s, this.sublabelFont, this.sublabelPaint ) ); } }