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 Type
    Method
    Description
    float
    Returns the value of the 'Bottom' attribute.
    float
    Returns the value of the 'Left' attribute.
    float
    Returns the value of the 'Right' attribute.
    float
    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 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