blob: 1b25e24f7018d50c279a1f31d074efb66f876fb6 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2004 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.notation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Bounds</b></em>'.
* <p>
* Bounds are layout constraints for nodes to specify their location and size
* </p>
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getBounds()
* @model
* @generated
*/
/*
* @canBeSeenBy %partners
*/
public interface Bounds extends Location, Size{
// no default API
} // Bounds