: new TextLine(fromLabel);
String toLabel = getLabel(object, to, ii);
TextLine toLabelTL = toLabel.length() == 0 ? null
: new TextLine(toLabel);
Direction direction = d == null ? activeVerb.getDirection()
: d;
if (verb.getType() == RelationshipType.PASSIVE) {
ii.returnConnection(toEl, arrowEl, or, toLabelTL, null, false, direction);
if (!arrowPreExists) {
ii.returnConnection(arrowEl, fromEl, null, null, fromLabelTL, true, direction);