|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Insets'.
The following features are supported:
GMFGraphPackage.getInsets()| Method Summary | |
int |
getBottom()
Returns the value of the 'Bottom' attribute |
int |
getLeft()
Returns the value of the 'Left' attribute |
int |
getRight()
Returns the value of the 'Right' attribute |
int |
getTop()
Returns the value of the 'Top' attribute |
void |
setBottom(int value)
Sets the value of the ' Bottom' attribute |
void |
setLeft(int value)
Sets the value of the ' Left' attribute |
void |
setRight(int value)
Sets the value of the ' Right' attribute |
void |
setTop(int value)
Sets the value of the ' Top' attribute |
| 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 |
public int getTop()
If the meaning of the 'Top' attribute isn't clear, there really should be more of a description here...
Insets.setTop(int),
GMFGraphPackage.getInsets_Top()public void setTop(int value)
Top' attribute.
value - the new value of the 'Top' attribute.Insets.getTop()public int getLeft()
If the meaning of the 'Left' attribute isn't clear, there really should be more of a description here...
Insets.setLeft(int),
GMFGraphPackage.getInsets_Left()public void setLeft(int value)
Left' attribute.
value - the new value of the 'Left' attribute.Insets.getLeft()public int getBottom()
If the meaning of the 'Bottom' attribute isn't clear, there really should be more of a description here...
Insets.setBottom(int),
GMFGraphPackage.getInsets_Bottom()public void setBottom(int value)
Bottom' attribute.
value - the new value of the 'Bottom' attribute.Insets.getBottom()public int getRight()
If the meaning of the 'Right' attribute isn't clear, there really should be more of a description here...
Insets.setRight(int),
GMFGraphPackage.getInsets_Right()public void setRight(int value)
Right' attribute.
value - the new value of the 'Right' attribute.Insets.getRight()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.