Shape lineShape = peCreateService.createShape(containerShape, false);
Polyline line = gaService.createPolyline(lineShape, new int[] { 15, 0, 15, height });
line.setForeground(manageColor(StyleUtil.CLASS_FOREGROUND));
Shape textShape = peCreateService.createShape(containerShape, false);
Text text = gaService.createText(textShape, p.getName());
text.setStyle(StyleUtil.getStyleForText(getDiagram()));
text.setVerticalAlignment(Orientation.ALIGNMENT_CENTER);
text.setHorizontalAlignment(Orientation.ALIGNMENT_CENTER);
text.setAngle(-90);
gaService.setLocationAndSize(text, 0, 0, 15, height);