blob: fa0b3c13fe9c15a4425eac0f77123ddee87c80d8 [file] [log] [blame]
/*******************************************************************************
* <copyright>
*
* Copyright (c) 2005, 2011 SAP AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Stefan Dimov - initial API, implementation and documentation
*
* </copyright>
*
*******************************************************************************/
package org.eclipse.jpt.jpadiagrameditor.ui.internal.util;
import org.eclipse.graphiti.mm.pictograms.ContainerShape;
public class GraphicsUpdaterImpl implements IGraphicsUpdater {
public void updateEntityHeigth(ContainerShape entityShape) {
GraphicsUpdater.updateEntityHeigth(entityShape);
}
}