blob: 50a11abf185aa59f23fb9de5c8113d01017c48bf [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.gmf.gmfgraph;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Border Layout</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmf.gmfgraph.BorderLayout#getSpacing <em>Spacing</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getBorderLayout()
* @model
* @generated
*/
public interface BorderLayout extends Layout {
/**
* Returns the value of the '<em><b>Spacing</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Spacing</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Spacing</em>' containment reference.
* @see #setSpacing(Dimension)
* @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getBorderLayout_Spacing()
* @model containment="true"
* @generated
*/
Dimension getSpacing();
/**
* Sets the value of the '{@link org.eclipse.gmf.gmfgraph.BorderLayout#getSpacing <em>Spacing</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Spacing</em>' containment reference.
* @see #getSpacing()
* @generated
*/
void setSpacing(Dimension value);
} // BorderLayout