Interface Rect

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    RectImpl

    public interface Rect
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Rect'. class ColoredGroupInfo { contains Rect position contains Rect paddingLevels }

    The following features are supported:

    See Also:
    LayoutTransformationContextPackage.getRect()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBottom()
      Returns the value of the 'Bottom' attribute.
      int getLeft()
      Returns the value of the 'Left' attribute.
      int getRight()
      Returns the value of the 'Right' attribute.
      int getTop()
      Returns the value of the 'Top' attribute.
      int height()
      void setBottom​(int value)
      Sets the value of the 'Bottom' attribute.
      void setLeft​(int value)
      Sets the value of the 'Left' attribute.
      void setRight​(int value)
      Sets the value of the 'Right' attribute.
      void setTop​(int value)
      Sets the value of the 'Top' attribute.
      int width()
      • 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