de.cau.cs.kieler.kiml.klayoutdata
Interface KInsets

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
KInsetsImpl

public interface KInsets
extends EObject

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:

See Also:
KLayoutDataPackage.getKInsets()
Rating yellow
(2011-03-14) reviewed by cmot, cds
Generated:
This code was automatically generated.
Model element

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

getTop

float getTop()
Returns the value of the 'Top' attribute. This is the minimal distance to the top side of a parent node.

Returns:
the value of the 'Top' attribute.
See Also:
setTop(float), KLayoutDataPackage.getKInsets_Top()
Generated:
This code was automatically generated.
Model element

setTop

void setTop(float value)
Sets the value of the 'Top' attribute.

Parameters:
value - the new value of the 'Top' attribute.
See Also:
getTop()
Generated:
This code was automatically generated.

getBottom

float getBottom()
Returns the value of the 'Bottom' attribute. This is the minimal distance to the bottom side of a parent node.

Returns:
the value of the 'Bottom' attribute.
See Also:
setBottom(float), KLayoutDataPackage.getKInsets_Bottom()
Generated:
This code was automatically generated.
Model element

setBottom

void setBottom(float value)
Sets the value of the 'Bottom' attribute.

Parameters:
value - the new value of the 'Bottom' attribute.
See Also:
getBottom()
Generated:
This code was automatically generated.

getLeft

float getLeft()
Returns the value of the 'Left' attribute. This is the minimal distance to the left side of a parent node.

Returns:
the value of the 'Left' attribute.
See Also:
setLeft(float), KLayoutDataPackage.getKInsets_Left()
Generated:
This code was automatically generated.
Model element

setLeft

void setLeft(float value)
Sets the value of the 'Left' attribute.

Parameters:
value - the new value of the 'Left' attribute.
See Also:
getLeft()
Generated:
This code was automatically generated.

getRight

float getRight()
Returns the value of the 'Right' attribute.

Returns:
the value of the 'Right' attribute.
See Also:
setRight(float), KLayoutDataPackage.getKInsets_Right()
Generated:
This code was automatically generated.
Model element

setRight

void setRight(float value)
Sets the value of the 'Right' attribute.

Parameters:
value - the new value of the 'Right' attribute.
See Also:
getRight()
Generated:
This code was automatically generated.