/** * <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