else if (!updateShape.visible() && updateFigure != null)
{
// remove it
updateShape.removeFigure();
containerFigure.remove(updateFigure);
containerFigure.revalidate();
}
return true;
}
public static Object getLayoutConstraint(ShapePresentation childShapePresentation, ShapeLayoutDef layoutDef)