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 Properties:

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

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 Properties:
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 Properties:
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 Properties:
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 Properties:
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


Copyright © 2012. All Rights Reserved.