Interface Layout

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int bottom()
      int getHeight()
      Returns the value of the 'Height' attribute.
      int getLeft()
      Returns the value of the 'Left' attribute.
      int getTop()
      Returns the value of the 'Top' attribute.
      int getWidth()
      Returns the value of the 'Width' attribute.
      int right()
      void setHeight​(int value)
      Sets the value of the 'Height' attribute.
      void setLeft​(int value)
      Sets the value of the 'Left' attribute.
      void setTop​(int value)
      Sets the value of the 'Top' attribute.
      void setWidth​(int value)
      Sets the value of the 'Width' 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

      • setLeft

        void setLeft​(int value)
        Sets the value of the 'Left' attribute.
        Parameters:
        value - the new value of the 'Left' attribute.
        See Also:
        getLeft()
      • setTop

        void setTop​(int value)
        Sets the value of the 'Top' attribute.
        Parameters:
        value - the new value of the 'Top' attribute.
        See Also:
        getTop()
      • setWidth

        void setWidth​(int value)
        Sets the value of the 'Width' attribute.
        Parameters:
        value - the new value of the 'Width' attribute.
        See Also:
        getWidth()
      • setHeight

        void setHeight​(int value)
        Sets the value of the 'Height' attribute.
        Parameters:
        value - the new value of the 'Height' attribute.
        See Also:
        getHeight()
      • right

        int right()
      • bottom

        int bottom()