|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridLayout
A representation of the model object 'Grid Layout'.
The following features are supported:
GMFGraphPackage.getGridLayout()
Method Summary | |
---|---|
Dimension |
getMargins()
Returns the value of the 'Margins' containment reference. |
int |
getNumColumns()
Returns the value of the 'Num Columns' attribute. |
Dimension |
getSpacing()
Returns the value of the 'Spacing' containment reference. |
boolean |
isEqualWidth()
Returns the value of the 'Equal Width' attribute. |
void |
setEqualWidth(boolean value)
Sets the value of the ' Equal Width ' attribute. |
void |
setMargins(Dimension value)
Sets the value of the ' Margins ' containment reference. |
void |
setNumColumns(int value)
Sets the value of the ' Num Columns ' attribute. |
void |
setSpacing(Dimension value)
Sets the value of the ' Spacing ' 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 |
---|
int getNumColumns()
"1"
.
If the meaning of the 'Num Columns' attribute isn't clear, there really should be more of a description here...
setNumColumns(int)
,
GMFGraphPackage.getGridLayout_NumColumns()
void setNumColumns(int value)
Num Columns
' attribute.
value
- the new value of the 'Num Columns' attribute.getNumColumns()
boolean isEqualWidth()
"true"
.
If the meaning of the 'Equal Width' attribute isn't clear, there really should be more of a description here...
setEqualWidth(boolean)
,
GMFGraphPackage.getGridLayout_EqualWidth()
void setEqualWidth(boolean value)
Equal Width
' attribute.
value
- the new value of the 'Equal Width' attribute.isEqualWidth()
Dimension getMargins()
If the meaning of the 'Margins' containment reference isn't clear, there really should be more of a description here...
setMargins(Dimension)
,
GMFGraphPackage.getGridLayout_Margins()
void setMargins(Dimension value)
Margins
' containment reference.
value
- the new value of the 'Margins' containment reference.getMargins()
Dimension getSpacing()
If the meaning of the 'Spacing' containment reference isn't clear, there really should be more of a description here...
setSpacing(Dimension)
,
GMFGraphPackage.getGridLayout_Spacing()
void setSpacing(Dimension value)
Spacing
' containment reference.
value
- the new value of the 'Spacing' containment reference.getSpacing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |