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