// FIXME: This isn't quite right for relation groups.
ColorAttribute colorAttribute = (ColorAttribute) (relation
.getAttribute("color", ColorAttribute.class));
if (colorAttribute != null) {
Color color = colorAttribute.asColor();
connector.setStrokePaint(color);
}
} catch (IllegalActionException e) {
// Ignore;
}