blob: 8256ef068b39377427ba7105c86c4264b84ed372 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.eclipse.gmf.gmfgraph;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Margin Border</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmf.gmfgraph.MarginBorder#getInsets <em>Insets</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getMarginBorder()
* @model
* @generated
*/
public interface MarginBorder extends Border {
/**
* Returns the value of the '<em><b>Insets</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Insets</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>Insets</em>' containment reference.
* @see #setInsets(Insets)
* @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getMarginBorder_Insets()
* @model containment="true"
* @generated
*/
Insets getInsets();
/**
* Sets the value of the '{@link org.eclipse.gmf.gmfgraph.MarginBorder#getInsets <em>Insets</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Insets</em>' containment reference.
* @see #getInsets()
* @generated
*/
void setInsets(Insets value);
} // MarginBorder