blob: 838e2e88d5516c1aa6cbe1d8c609acf97ac2d6f2 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.diagram.ui.internal.services.decorator;
/**
* This class wraps a decoration figure to provide capability common to all
* decorations. It references the owner figure so that it can move with it. It
* can use a locator for relocating the figure. The real decoration figure is
* added to this figure.
* @deprecated Use {org.eclipse.gmf.runtime.diagram.ui.services.decorator.Decoration}
*/
public class Decoration extends
org.eclipse.gmf.runtime.diagram.ui.services.decorator.Decoration {
}