blob: a9778c39576d37f32f976011f332467079a6dab8 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.gmf.gmfgraph;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Custom Decoration</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Same as CustomFigure, but for Decorations
* <!-- end-model-doc -->
*
*
* @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getCustomDecoration()
* @model
* @generated
*/
public interface CustomDecoration extends CustomFigure, DecorationFigure {
} // CustomDecoration