|
|
|
|
org.eclipse.gmf.gmfgraph
Interface GridLayout
-
All Superinterfaces:
- org.eclipse.emf.ecore.EObject,
Layout, org.eclipse.emf.common.notify.Notifier
-
All Known Implementing Classes:
-
GridLayoutImpl
-
public interface GridLayout
- extends
Layout
A representation of the model object '
Grid Layout
'.
The following features are supported:
-
See Also:
-
GMFGraphPackage.getGridLayout()
-
** Generated **
-
-
Model:
-
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
|
getNumColumns
int getNumColumns()
- Returns the value of the '
Num Columns
' attribute.
The default value is
"1" .
If the meaning of the 'Num Columns' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Num Columns' attribute.
-
See Also:
-
setNumColumns(int) ,
GMFGraphPackage.getGridLayout_NumColumns()
-
** Generated **
-
-
Model:
- default="1" required="true"
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:
-
getNumColumns()
-
** Generated **
-
isEqualWidth
boolean isEqualWidth()
- Returns the value of the '
Equal Width
' attribute.
The default value is
"true" .
If the meaning of the 'Equal Width' attribute isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Equal Width' attribute.
-
See Also:
-
setEqualWidth(boolean) ,
GMFGraphPackage.getGridLayout_EqualWidth()
-
** Generated **
-
-
Model:
- default="true" required="true"
setEqualWidth
void setEqualWidth(boolean value)
- Sets the value of the '
Equal Width ' attribute.
-
-
-
Parameters:
-
value - the new value of the 'Equal Width' attribute. -
See Also:
-
isEqualWidth()
-
** Generated **
-
getMargins
Dimension getMargins()
- Returns the value of the '
Margins
' containment reference.
If the meaning of the 'Margins' containment reference isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Margins' containment reference.
-
See Also:
-
setMargins(Dimension) ,
GMFGraphPackage.getGridLayout_Margins()
-
** Generated **
-
-
Model:
- containment="true"
setMargins
void setMargins(
Dimension value)
- Sets the value of the '
Margins ' containment reference.
-
-
-
Parameters:
-
value - the new value of the 'Margins' containment reference. -
See Also:
-
getMargins()
-
** Generated **
-
getSpacing
Dimension getSpacing()
- Returns the value of the '
Spacing
' containment reference.
If the meaning of the 'Spacing' containment reference isn't clear,
there really should be more of a description here...
-
-
-
Returns:
- the value of the 'Spacing' containment reference.
-
See Also:
-
setSpacing(Dimension) ,
GMFGraphPackage.getGridLayout_Spacing()
-
** Generated **
-
-
Model:
- containment="true"
setSpacing
void setSpacing(
Dimension value)
- Sets the value of the '
Spacing ' containment reference.
-
-
-
Parameters:
-
value - the new value of the 'Spacing' containment reference. -
See Also:
-
getSpacing()
-
** Generated **
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|
|