String titleFormat = getDrawing().getProcessSkin().getParamTitleFormat();
if (titleFormat != null)
{
// Parameters with titles, display the text instead of the icon
titleFigure = new FixedTitleFigure(nodeParam);
titleFigure.setTitleFormat(titleFormat);
titleFigure.setAutoSize(true);
titleFigure.updateFigure();
addContent(titleFigure, CONTENT_TEXT);
contentState = CONTENT_TEXT;