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 Properties:

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, eInvoke, 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 Properties:
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


Copyright © 2012. All Rights Reserved.