|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Insets
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
int getTop()
If the meaning of the 'Top' attribute isn't clear, there really should be more of a description here...
setTop(int)
,
GMFGraphPackage.getInsets_Top()
void setTop(int value)
Top
' attribute.
value
- the new value of the 'Top' attribute.getTop()
int getLeft()
If the meaning of the 'Left' attribute isn't clear, there really should be more of a description here...
setLeft(int)
,
GMFGraphPackage.getInsets_Left()
void setLeft(int value)
Left
' attribute.
value
- the new value of the 'Left' attribute.getLeft()
int getBottom()
If the meaning of the 'Bottom' attribute isn't clear, there really should be more of a description here...
setBottom(int)
,
GMFGraphPackage.getInsets_Bottom()
void setBottom(int value)
Bottom
' attribute.
value
- the new value of the 'Bottom' attribute.getBottom()
int getRight()
If the meaning of the 'Right' attribute isn't clear, there really should be more of a description here...
setRight(int)
,
GMFGraphPackage.getInsets_Right()
void setRight(int value)
Right
' attribute.
value
- the new value of the 'Right' attribute.getRight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |