|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KInsets
A representation of the model object 'Insets'. Insets specify the amount of space that is required between the children of a node and the node's boundary. Usually the inset values must be added to the bounding box of the contained subgraph.
The following features are supported:
KLayoutDataPackage.getKInsets()
Method Summary | |
---|---|
float |
getBottom()
Returns the value of the 'Bottom' attribute. |
float |
getLeft()
Returns the value of the 'Left' attribute. |
float |
getRight()
Returns the value of the 'Right' attribute. |
float |
getTop()
Returns the value of the 'Top' attribute. |
void |
setBottom(float value)
Sets the value of the ' Bottom ' attribute. |
void |
setLeft(float value)
Sets the value of the ' Left ' attribute. |
void |
setRight(float value)
Sets the value of the ' Right ' attribute. |
void |
setTop(float value)
Sets the value of the ' Top ' 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 |
---|
float getTop()
setTop(float)
,
KLayoutDataPackage.getKInsets_Top()
void setTop(float value)
Top
' attribute.
value
- the new value of the 'Top' attribute.getTop()
float getBottom()
setBottom(float)
,
KLayoutDataPackage.getKInsets_Bottom()
void setBottom(float value)
Bottom
' attribute.
value
- the new value of the 'Bottom' attribute.getBottom()
float getLeft()
setLeft(float)
,
KLayoutDataPackage.getKInsets_Left()
void setLeft(float value)
Left
' attribute.
value
- the new value of the 'Left' attribute.getLeft()
float getRight()
setRight(float)
,
KLayoutDataPackage.getKInsets_Right()
void setRight(float value)
Right
' attribute.
value
- the new value of the 'Right' attribute.getRight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |