|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridLayoutData
A representation of the model object 'Grid Layout Data'.
The following features are supported:
Grab Excess Horizontal Space
Grab Excess Vertical Space
Vertical Alignment
Horizontal Alignment
Vertical Span
Horizontal Span
Horizontal Indent
Size Hint
GMFGraphPackage.getGridLayoutData()
Method Summary | |
---|---|
Alignment |
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute. |
int |
getHorizontalIndent()
Returns the value of the 'Horizontal Indent' attribute. |
int |
getHorizontalSpan()
Returns the value of the 'Horizontal Span' attribute. |
Dimension |
getSizeHint()
Returns the value of the 'Size Hint' containment reference. |
Alignment |
getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute. |
int |
getVerticalSpan()
Returns the value of the 'Vertical Span' attribute. |
boolean |
isGrabExcessHorizontalSpace()
Returns the value of the 'Grab Excess Horizontal Space' attribute. |
boolean |
isGrabExcessVerticalSpace()
Returns the value of the 'Grab Excess Vertical Space' attribute. |
void |
setGrabExcessHorizontalSpace(boolean value)
Sets the value of the ' Grab Excess Horizontal Space ' attribute. |
void |
setGrabExcessVerticalSpace(boolean value)
Sets the value of the ' Grab Excess Vertical Space ' attribute. |
void |
setHorizontalAlignment(Alignment value)
Sets the value of the ' Horizontal Alignment ' attribute. |
void |
setHorizontalIndent(int value)
Sets the value of the ' Horizontal Indent ' attribute. |
void |
setHorizontalSpan(int value)
Sets the value of the ' Horizontal Span ' attribute. |
void |
setSizeHint(Dimension value)
Sets the value of the ' Size Hint ' containment reference. |
void |
setVerticalAlignment(Alignment value)
Sets the value of the ' Vertical Alignment ' attribute. |
void |
setVerticalSpan(int value)
Sets the value of the ' Vertical Span ' attribute. |
Methods inherited from interface org.eclipse.gmf.gmfgraph.LayoutData |
---|
getOwner, setOwner |
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 isGrabExcessHorizontalSpace()
"false"
.
If the meaning of the 'Grab Excess Horizontal Space' attribute isn't clear, there really should be more of a description here...
setGrabExcessHorizontalSpace(boolean)
,
GMFGraphPackage.getGridLayoutData_GrabExcessHorizontalSpace()
void setGrabExcessHorizontalSpace(boolean value)
Grab Excess Horizontal Space
' attribute.
value
- the new value of the 'Grab Excess Horizontal Space' attribute.isGrabExcessHorizontalSpace()
boolean isGrabExcessVerticalSpace()
"false"
.
If the meaning of the 'Grab Excess Vertical Space' attribute isn't clear, there really should be more of a description here...
setGrabExcessVerticalSpace(boolean)
,
GMFGraphPackage.getGridLayoutData_GrabExcessVerticalSpace()
void setGrabExcessVerticalSpace(boolean value)
Grab Excess Vertical Space
' attribute.
value
- the new value of the 'Grab Excess Vertical Space' attribute.isGrabExcessVerticalSpace()
Alignment getVerticalAlignment()
"CENTER"
.
The literals are from the enumeration Alignment
.
If the meaning of the 'Vertical Alignment' attribute isn't clear, there really should be more of a description here...
Alignment
,
setVerticalAlignment(Alignment)
,
GMFGraphPackage.getGridLayoutData_VerticalAlignment()
void setVerticalAlignment(Alignment value)
Vertical Alignment
' attribute.
value
- the new value of the 'Vertical Alignment' attribute.Alignment
,
getVerticalAlignment()
Alignment getHorizontalAlignment()
"CENTER"
.
The literals are from the enumeration Alignment
.
If the meaning of the 'Horizontal Alignment' attribute isn't clear, there really should be more of a description here...
Alignment
,
setHorizontalAlignment(Alignment)
,
GMFGraphPackage.getGridLayoutData_HorizontalAlignment()
void setHorizontalAlignment(Alignment value)
Horizontal Alignment
' attribute.
value
- the new value of the 'Horizontal Alignment' attribute.Alignment
,
getHorizontalAlignment()
int getVerticalSpan()
"1"
.
If the meaning of the 'Vertical Span' attribute isn't clear, there really should be more of a description here...
setVerticalSpan(int)
,
GMFGraphPackage.getGridLayoutData_VerticalSpan()
void setVerticalSpan(int value)
Vertical Span
' attribute.
value
- the new value of the 'Vertical Span' attribute.getVerticalSpan()
int getHorizontalSpan()
"1"
.
If the meaning of the 'Horizontal Span' attribute isn't clear, there really should be more of a description here...
setHorizontalSpan(int)
,
GMFGraphPackage.getGridLayoutData_HorizontalSpan()
void setHorizontalSpan(int value)
Horizontal Span
' attribute.
value
- the new value of the 'Horizontal Span' attribute.getHorizontalSpan()
int getHorizontalIndent()
If the meaning of the 'Horizontal Indent' attribute isn't clear, there really should be more of a description here...
setHorizontalIndent(int)
,
GMFGraphPackage.getGridLayoutData_HorizontalIndent()
void setHorizontalIndent(int value)
Horizontal Indent
' attribute.
value
- the new value of the 'Horizontal Indent' attribute.getHorizontalIndent()
Dimension getSizeHint()
If the meaning of the 'Size Hint' containment reference isn't clear, there really should be more of a description here...
setSizeHint(Dimension)
,
GMFGraphPackage.getGridLayoutData_SizeHint()
void setSizeHint(Dimension value)
Size Hint
' containment reference.
value
- the new value of the 'Size Hint' containment reference.getSizeHint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |