}
@Override
protected IFigure createFigure() {
PolylineConnection conn = (PolylineConnection) super.createFigure();
l = new TransitionLabel(75);
l.setForegroundColor(ColorConstants.black);
l.setOpaque(true);
conn.add(l, new ConnectionLocator(conn));
return conn;
}