Package de.cau.cs.kieler.klighd.kgraph
Interface KInsets
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
KInsetsImpl
public interface KInsets
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'KInsets'.
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:
- EMF generated code
- EMF model element
-
Method Summary
Modifier and TypeMethodDescriptionfloatReturns the value of the 'Bottom' attribute.floatgetLeft()Returns the value of the 'Left' attribute.floatgetRight()Returns the value of the 'Right' attribute.floatgetTop()Returns the value of the 'Top' attribute.voidsetBottom(float value) Sets the value of the 'Bottom' attribute.voidsetLeft(float value) Sets the value of the 'Left' attribute.voidsetRight(float value) Sets the value of the 'Right' attribute.voidsetTop(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- EMF generated code
- EMF 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:
- EMF generated code
-
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:
- EMF generated code
- EMF 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:
- EMF generated code
-
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:
- EMF generated code
- EMF 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:
- EMF generated code
-
getRight
float getRight()Returns the value of the 'Right' attribute.If the meaning of the 'Right' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Right' attribute.
- See Also:
- EMF generated code
- EMF 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:
- EMF generated code
-