|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowLayout
A representation of the model object 'Flow Layout'.
The following features are supported:
Vertical
Match Minor Size
Force Single Line
Major Alignment
Minor Alignment
Major Spacing
Minor 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
boolean isVertical()
"false"
.
If the meaning of the 'Vertical' attribute isn't clear, there really should be more of a description here...
setVertical(boolean)
,
GMFGraphPackage.getFlowLayout_Vertical()
void setVertical(boolean value)
Vertical
' attribute.
value
- the new value of the 'Vertical' attribute.isVertical()
boolean isMatchMinorSize()
"false"
.
If the meaning of the 'Match Minor Size' attribute isn't clear, there really should be more of a description here...
setMatchMinorSize(boolean)
,
GMFGraphPackage.getFlowLayout_MatchMinorSize()
void setMatchMinorSize(boolean value)
Match Minor Size
' attribute.
value
- the new value of the 'Match Minor Size' attribute.isMatchMinorSize()
boolean isForceSingleLine()
"false"
.
If the meaning of the 'Force Single Line' attribute isn't clear, there really should be more of a description here...
setForceSingleLine(boolean)
,
GMFGraphPackage.getFlowLayout_ForceSingleLine()
void setForceSingleLine(boolean value)
Force Single Line
' attribute.
value
- the new value of the 'Force Single Line' attribute.isForceSingleLine()
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
,
setMajorAlignment(Alignment)
,
GMFGraphPackage.getFlowLayout_MajorAlignment()
void setMajorAlignment(Alignment value)
Major Alignment
' attribute.
value
- the new value of the 'Major Alignment' attribute.Alignment
,
getMajorAlignment()
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
,
setMinorAlignment(Alignment)
,
GMFGraphPackage.getFlowLayout_MinorAlignment()
void setMinorAlignment(Alignment value)
Minor Alignment
' attribute.
value
- the new value of the 'Minor Alignment' attribute.Alignment
,
getMinorAlignment()
int getMajorSpacing()
"5"
.
If the meaning of the 'Major Spacing' attribute isn't clear, there really should be more of a description here...
setMajorSpacing(int)
,
GMFGraphPackage.getFlowLayout_MajorSpacing()
void setMajorSpacing(int value)
Major Spacing
' attribute.
value
- the new value of the 'Major Spacing' attribute.getMajorSpacing()
int getMinorSpacing()
"5"
.
If the meaning of the 'Minor Spacing' attribute isn't clear, there really should be more of a description here...
setMinorSpacing(int)
,
GMFGraphPackage.getFlowLayout_MinorSpacing()
void setMinorSpacing(int value)
Minor Spacing
' attribute.
value
- the new value of the 'Minor Spacing' attribute.getMinorSpacing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |