Interface AefGridLayout
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IAefLayout,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AefGridLayoutImpl
A representation of the model object 'Aef Grid Layout'.
AEF grid layout.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Horizontal Spacing' attribute.intReturns the value of the 'Margin Bottom' attribute.intReturns the value of the 'Margin Height' attribute.intReturns the value of the 'Margin Left' attribute.intReturns the value of the 'Margin Right' attribute.intReturns the value of the 'Margin Top' attribute.intReturns the value of the 'Margin Width' attribute.intReturns the value of the 'Num Columns' attribute.intReturns the value of the 'Optimized Layout Width' attribute.intReturns the value of the 'Vertical Spacing' attribute.booleanReturns the value of the 'Make Columns Equal Width' attribute.booleanReturns the value of the 'Use Optimized Layout' attribute.voidsetHorizontalSpacing(int value) Sets the value of the 'Horizontal Spacing' attribute.voidsetMakeColumnsEqualWidth(boolean value) Sets the value of the 'Make Columns Equal Width' attribute.voidsetMarginBottom(int value) Sets the value of the 'Margin Bottom' attribute.voidsetMarginHeight(int value) Sets the value of the 'Margin Height' attribute.voidsetMarginLeft(int value) Sets the value of the 'Margin Left' attribute.voidsetMarginRight(int value) Sets the value of the 'Margin Right' attribute.voidsetMarginTop(int value) Sets the value of the 'Margin Top' attribute.voidsetMarginWidth(int value) Sets the value of the 'Margin Width' attribute.voidsetNumColumns(int value) Sets the value of the 'Num Columns' attribute.voidsetOptimizedLayoutWidth(int value) Sets the value of the 'Optimized Layout Width' attribute.voidsetUseOptimizedLayout(boolean value) Sets the value of the 'Use Optimized Layout' attribute.voidsetVerticalSpacing(int value) Sets the value of the 'Vertical Spacing' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getNumColumns
int getNumColumns()Returns the value of the 'Num Columns' attribute. The default value is"1".- Returns:
- the value of the 'Num Columns' attribute.
- See Also:
-
setNumColumns
void setNumColumns(int value) Sets the value of the 'Num Columns' attribute.- Parameters:
value- the new value of the 'Num Columns' attribute.- See Also:
-
isMakeColumnsEqualWidth
boolean isMakeColumnsEqualWidth()Returns the value of the 'Make Columns Equal Width' attribute. The default value is"false".- Returns:
- the value of the 'Make Columns Equal Width' attribute.
- See Also:
-
setMakeColumnsEqualWidth
void setMakeColumnsEqualWidth(boolean value) Sets the value of the 'Make Columns Equal Width' attribute.- Parameters:
value- the new value of the 'Make Columns Equal Width' attribute.- See Also:
-
getMarginWidth
int getMarginWidth()Returns the value of the 'Margin Width' attribute. The default value is"5".- Returns:
- the value of the 'Margin Width' attribute.
- See Also:
-
setMarginWidth
void setMarginWidth(int value) Sets the value of the 'Margin Width' attribute.- Parameters:
value- the new value of the 'Margin Width' attribute.- See Also:
-
getMarginHeight
int getMarginHeight()Returns the value of the 'Margin Height' attribute. The default value is"5".- Returns:
- the value of the 'Margin Height' attribute.
- See Also:
-
setMarginHeight
void setMarginHeight(int value) Sets the value of the 'Margin Height' attribute.- Parameters:
value- the new value of the 'Margin Height' attribute.- See Also:
-
getMarginLeft
int getMarginLeft()Returns the value of the 'Margin Left' attribute. The default value is"0".- Returns:
- the value of the 'Margin Left' attribute.
- See Also:
-
setMarginLeft
void setMarginLeft(int value) Sets the value of the 'Margin Left' attribute.- Parameters:
value- the new value of the 'Margin Left' attribute.- See Also:
-
getMarginTop
int getMarginTop()Returns the value of the 'Margin Top' attribute. The default value is"0".- Returns:
- the value of the 'Margin Top' attribute.
- See Also:
-
setMarginTop
void setMarginTop(int value) Sets the value of the 'Margin Top' attribute.- Parameters:
value- the new value of the 'Margin Top' attribute.- See Also:
-
getMarginRight
int getMarginRight()Returns the value of the 'Margin Right' attribute. The default value is"0".- Returns:
- the value of the 'Margin Right' attribute.
- See Also:
-
setMarginRight
void setMarginRight(int value) Sets the value of the 'Margin Right' attribute.- Parameters:
value- the new value of the 'Margin Right' attribute.- See Also:
-
getMarginBottom
int getMarginBottom()Returns the value of the 'Margin Bottom' attribute. The default value is"0".- Returns:
- the value of the 'Margin Bottom' attribute.
- See Also:
-
setMarginBottom
void setMarginBottom(int value) Sets the value of the 'Margin Bottom' attribute.- Parameters:
value- the new value of the 'Margin Bottom' attribute.- See Also:
-
getHorizontalSpacing
int getHorizontalSpacing()Returns the value of the 'Horizontal Spacing' attribute. The default value is"5".- Returns:
- the value of the 'Horizontal Spacing' attribute.
- See Also:
-
setHorizontalSpacing
void setHorizontalSpacing(int value) Sets the value of the 'Horizontal Spacing' attribute.- Parameters:
value- the new value of the 'Horizontal Spacing' attribute.- See Also:
-
getVerticalSpacing
int getVerticalSpacing()Returns the value of the 'Vertical Spacing' attribute. The default value is"5".- Returns:
- the value of the 'Vertical Spacing' attribute.
- See Also:
-
setVerticalSpacing
void setVerticalSpacing(int value) Sets the value of the 'Vertical Spacing' attribute.- Parameters:
value- the new value of the 'Vertical Spacing' attribute.- See Also:
-
isUseOptimizedLayout
boolean isUseOptimizedLayout()Returns the value of the 'Use Optimized Layout' attribute. The default value is"true". Indicates to use specific optimized 2-column layout- Returns:
- the value of the 'Use Optimized Layout' attribute.
- See Also:
-
setUseOptimizedLayout
void setUseOptimizedLayout(boolean value) Sets the value of the 'Use Optimized Layout' attribute.- Parameters:
value- the new value of the 'Use Optimized Layout' attribute.- See Also:
-
getOptimizedLayoutWidth
int getOptimizedLayoutWidth()Returns the value of the 'Optimized Layout Width' attribute. The default value is"200". First column width for optimized layout- Returns:
- the value of the 'Optimized Layout Width' attribute.
- See Also:
-
setOptimizedLayoutWidth
void setOptimizedLayoutWidth(int value) Sets the value of the 'Optimized Layout Width' attribute.- Parameters:
value- the new value of the 'Optimized Layout Width' attribute.- See Also:
-