|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Flow Layout'.
The following features are supported:
VerticalMatch Minor SizeForce Single LineMajor AlignmentMinor AlignmentMajor SpacingMinor Spacing
GMFGraphPackage.getFlowLayout()| 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 |
public boolean isVertical()
"false".
If the meaning of the 'Vertical' attribute isn't clear, there really should be more of a description here...
FlowLayout.setVertical(boolean),
GMFGraphPackage.getFlowLayout_Vertical()public void setVertical(boolean value)
Vertical' attribute.
value - the new value of the 'Vertical' attribute.FlowLayout.isVertical()public boolean isMatchMinorSize()
"false".
If the meaning of the 'Match Minor Size' attribute isn't clear, there really should be more of a description here...
FlowLayout.setMatchMinorSize(boolean),
GMFGraphPackage.getFlowLayout_MatchMinorSize()public void setMatchMinorSize(boolean value)
Match Minor Size' attribute.
value - the new value of the 'Match Minor Size' attribute.FlowLayout.isMatchMinorSize()public boolean isForceSingleLine()
"false".
If the meaning of the 'Force Single Line' attribute isn't clear, there really should be more of a description here...
FlowLayout.setForceSingleLine(boolean),
GMFGraphPackage.getFlowLayout_ForceSingleLine()public void setForceSingleLine(boolean value)
Force Single Line' attribute.
value - the new value of the 'Force Single Line' attribute.FlowLayout.isForceSingleLine()public Alignment getMajorAlignment()
"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...
Alignment,
FlowLayout.setMajorAlignment(Alignment),
GMFGraphPackage.getFlowLayout_MajorAlignment()public void setMajorAlignment(Alignment value)
Major Alignment' attribute.
value - the new value of the 'Major Alignment' attribute.Alignment,
FlowLayout.getMajorAlignment()public Alignment getMinorAlignment()
"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...
Alignment,
FlowLayout.setMinorAlignment(Alignment),
GMFGraphPackage.getFlowLayout_MinorAlignment()public void setMinorAlignment(Alignment value)
Minor Alignment' attribute.
value - the new value of the 'Minor Alignment' attribute.Alignment,
FlowLayout.getMinorAlignment()public int getMajorSpacing()
"5".
If the meaning of the 'Major Spacing' attribute isn't clear, there really should be more of a description here...
FlowLayout.setMajorSpacing(int),
GMFGraphPackage.getFlowLayout_MajorSpacing()public void setMajorSpacing(int value)
Major Spacing' attribute.
value - the new value of the 'Major Spacing' attribute.FlowLayout.getMajorSpacing()public int getMinorSpacing()
"5".
If the meaning of the 'Minor Spacing' attribute isn't clear, there really should be more of a description here...
FlowLayout.setMinorSpacing(int),
GMFGraphPackage.getFlowLayout_MinorSpacing()public void setMinorSpacing(int value)
Minor Spacing' attribute.
value - the new value of the 'Minor Spacing' attribute.FlowLayout.getMinorSpacing()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.