Generation Framework

org.eclipse.gmf.gmfgraph
Interface FlowLayout

All Superinterfaces:
EObject, Layout, Notifier
All Known Implementing Classes:
FlowLayoutImpl

public interface FlowLayout
extends Layout

A representation of the model object 'Flow Layout'.

The following features are supported:

See Also:
GMFGraphPackage.getFlowLayout()
** Generated **
Model:

Method Summary
 Alignment getMajorAlignment()
          Returns the value of the 'Major Alignment' attribute.
 int getMajorSpacing()
          Returns the value of the 'Major Spacing' attribute.
 Alignment getMinorAlignment()
          Returns the value of the 'Minor Alignment' attribute.
 int getMinorSpacing()
          Returns the value of the 'Minor Spacing' attribute.
 boolean isForceSingleLine()
          Returns the value of the 'Force Single Line' attribute.
 boolean isMatchMinorSize()
          Returns the value of the 'Match Minor Size' attribute.
 boolean isVertical()
          Returns the value of the 'Vertical' attribute.
 void setForceSingleLine(boolean value)
          Sets the value of the 'Force Single Line' attribute
 void setMajorAlignment(Alignment value)
          Sets the value of the 'Major Alignment' attribute
 void setMajorSpacing(int value)
          Sets the value of the 'Major Spacing' attribute
 void setMatchMinorSize(boolean value)
          Sets the value of the 'Match Minor Size' attribute
 void setMinorAlignment(Alignment value)
          Sets the value of the 'Minor Alignment' attribute
 void setMinorSpacing(int value)
          Sets the value of the 'Minor Spacing' attribute
 void setVertical(boolean value)
          Sets the value of the 'Vertical' attribute
 
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
 

Method Detail

isVertical

public boolean isVertical()
Returns the value of the 'Vertical' attribute. The default value is "false".

If the meaning of the 'Vertical' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Vertical' attribute.
See Also:
FlowLayout.setVertical(boolean), GMFGraphPackage.getFlowLayout_Vertical()
** Generated **
Model:
default="false"

setVertical

public void setVertical(boolean value)
Sets the value of the 'Vertical' attribute.

Parameters:
value - the new value of the 'Vertical' attribute.
See Also:
FlowLayout.isVertical()
** Generated **

isMatchMinorSize

public boolean isMatchMinorSize()
Returns the value of the 'Match Minor Size' attribute. The default value is "false".

If the meaning of the 'Match Minor Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Match Minor Size' attribute.
See Also:
FlowLayout.setMatchMinorSize(boolean), GMFGraphPackage.getFlowLayout_MatchMinorSize()
** Generated **
Model:
default="false"

setMatchMinorSize

public void setMatchMinorSize(boolean value)
Sets the value of the 'Match Minor Size' attribute.

Parameters:
value - the new value of the 'Match Minor Size' attribute.
See Also:
FlowLayout.isMatchMinorSize()
** Generated **

isForceSingleLine

public boolean isForceSingleLine()
Returns the value of the 'Force Single Line' attribute. The default value is "false".

If the meaning of the 'Force Single Line' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Force Single Line' attribute.
See Also:
FlowLayout.setForceSingleLine(boolean), GMFGraphPackage.getFlowLayout_ForceSingleLine()
** Generated **
Model:
default="false"

setForceSingleLine

public void setForceSingleLine(boolean value)
Sets the value of the 'Force Single Line' attribute.

Parameters:
value - the new value of the 'Force Single Line' attribute.
See Also:
FlowLayout.isForceSingleLine()
** Generated **

getMajorAlignment

public Alignment getMajorAlignment()
Returns the value of the 'Major Alignment' attribute. The default value is "BEGINNING". The literals are from the enumeration Alignment.

If the meaning of the 'Major Alignment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Major Alignment' attribute.
See Also:
Alignment, FlowLayout.setMajorAlignment(Alignment), GMFGraphPackage.getFlowLayout_MajorAlignment()
** Generated **
Model:
default="BEGINNING"

setMajorAlignment

public void setMajorAlignment(Alignment value)
Sets the value of the 'Major Alignment' attribute.

Parameters:
value - the new value of the 'Major Alignment' attribute.
See Also:
Alignment, FlowLayout.getMajorAlignment()
** Generated **

getMinorAlignment

public Alignment getMinorAlignment()
Returns the value of the 'Minor Alignment' attribute. The default value is "BEGINNING". The literals are from the enumeration Alignment.

If the meaning of the 'Minor Alignment' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minor Alignment' attribute.
See Also:
Alignment, FlowLayout.setMinorAlignment(Alignment), GMFGraphPackage.getFlowLayout_MinorAlignment()
** Generated **
Model:
default="BEGINNING"

setMinorAlignment

public void setMinorAlignment(Alignment value)
Sets the value of the 'Minor Alignment' attribute.

Parameters:
value - the new value of the 'Minor Alignment' attribute.
See Also:
Alignment, FlowLayout.getMinorAlignment()
** Generated **

getMajorSpacing

public int getMajorSpacing()
Returns the value of the 'Major Spacing' attribute. The default value is "5".

If the meaning of the 'Major Spacing' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Major Spacing' attribute.
See Also:
FlowLayout.setMajorSpacing(int), GMFGraphPackage.getFlowLayout_MajorSpacing()
** Generated **
Model:
default="5"

setMajorSpacing

public void setMajorSpacing(int value)
Sets the value of the 'Major Spacing' attribute.

Parameters:
value - the new value of the 'Major Spacing' attribute.
See Also:
FlowLayout.getMajorSpacing()
** Generated **

getMinorSpacing

public int getMinorSpacing()
Returns the value of the 'Minor Spacing' attribute. The default value is "5".

If the meaning of the 'Minor Spacing' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Minor Spacing' attribute.
See Also:
FlowLayout.setMinorSpacing(int), GMFGraphPackage.getFlowLayout_MinorSpacing()
** Generated **
Model:
default="5"

setMinorSpacing

public void setMinorSpacing(int value)
Sets the value of the 'Minor Spacing' attribute.

Parameters:
value - the new value of the 'Minor Spacing' attribute.
See Also:
FlowLayout.getMinorSpacing()
** Generated **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.