Generation Framework

org.eclipse.gmf.gmfgraph
Interface MarginBorder

All Superinterfaces:
Border, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MarginBorderImpl

public interface MarginBorder
extends Border

A representation of the model object 'Margin Border'.

The following features are supported:

See Also:
GMFGraphPackage.getMarginBorder()
** Generated **
Model:

Method Summary
 Insets getInsets()
          Returns the value of the 'Insets' containment reference
 void setInsets(Insets value)
          Sets the value of the 'Insets' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getInsets

Insets getInsets()
Returns the value of the 'Insets' containment reference.

If the meaning of the 'Insets' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Insets' containment reference.
See Also:
setInsets(Insets), GMFGraphPackage.getMarginBorder_Insets()
** Generated **
Model:
containment="true"

setInsets

void setInsets(Insets value)
Sets the value of the 'Insets' containment reference.

Parameters:
value - the new value of the 'Insets' containment reference.
See Also:
getInsets()
** Generated **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.