public void refresh(String parameterName, Object value) {
Label label = parameterFigures.get(parameterName);
if (label == null) {
value = edge.getValue(parameterName);
if (value != null) {
Parameter parameter = edge.getParameter(parameterName);
ParameterPosition position = parameter.getPosition();
if (position != null) {
Label parameterLabel = new Label(value.toString());
parameterLabel
.setForegroundColor(new Color(null, 224, 0, 0));