return new Dimension(width, height);
}
private static void postResizeFixLenghts(ContainerShape root) {
IGaService service = Graphiti.getGaService();
BaseElement elem = BusinessObjectUtil.getFirstElementOfType(root, BaseElement.class);
int width = root.getGraphicsAlgorithm().getWidth() - 15;
for (Shape s : root.getChildren()) {
Object o = BusinessObjectUtil.getFirstElementOfType(s, BaseElement.class);
if (checkForResize(elem, s, o)) {