|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KShapeLayout
A representation of the model object 'Shape Layout'. This layout data contains information for graph elements for which rectangular shape is assumed for layout, such as nodes, ports, and labels.
Layout coordinates for nodes, ports, and node labels are relative to the
position of the parent node. For edge labels the rules defined in
KEdgeLayout
apply. Port labels are relative to their ports.
The following features are supported:
KLayoutDataPackage.getKShapeLayout()
Method Summary | |
---|---|
float |
getHeight()
Returns the value of the 'Height' attribute. |
float |
getWidth()
Returns the value of the 'Width' attribute. |
float |
getXpos()
Returns the value of the 'Xpos' attribute. |
float |
getYpos()
Returns the value of the 'Ypos' attribute. |
void |
setHeight(float value)
Sets the value of the ' Height ' attribute. |
void |
setWidth(float value)
Sets the value of the ' Width ' attribute. |
void |
setXpos(float value)
Sets the value of the ' Xpos ' attribute. |
void |
setYpos(float value)
Sets the value of the ' Ypos ' attribute. |
Methods inherited from interface de.cau.cs.kieler.kiml.klayoutdata.KLayoutData |
---|
getOption, getOptions |
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 |
---|
float getXpos()
"0.0f"
.
setXpos(float)
,
KLayoutDataPackage.getKShapeLayout_Xpos()
default | = | 0.0f |
void setXpos(float value)
Xpos
' attribute.
value
- the new value of the 'Xpos' attribute.getXpos()
float getYpos()
"0.0f"
.
setYpos(float)
,
KLayoutDataPackage.getKShapeLayout_Ypos()
default | = | 0.0f |
void setYpos(float value)
Ypos
' attribute.
value
- the new value of the 'Ypos' attribute.getYpos()
float getWidth()
"0.0f"
.
setWidth(float)
,
KLayoutDataPackage.getKShapeLayout_Width()
default | = | 0.0f |
void setWidth(float value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
float getHeight()
"0.0f"
.
setHeight(float)
,
KLayoutDataPackage.getKShapeLayout_Height()
default | = | 0.0f |
void setHeight(float value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |