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'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the value of the 'Height' attribute.
    int
    Returns the value of the 'Width' attribute.
    int
    Returns the value of the 'X' attribute.
    int
    Returns the value of the 'Y' attribute.
    int
    int
    int
    int
    void
    setHeight(int value)
    Sets the value of the 'Height' attribute.
    void
    setWidth(int value)
    Sets the value of the 'Width' attribute.
    void
    setX(int value)
    Sets the value of the 'X' attribute.
    void
    setY(int value)
    Sets the value of the 'Y' 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

    • getX

      int getX()
      Returns the value of the 'X' attribute.
      Returns:
      the value of the 'X' attribute.
      See Also:
    • setX

      void setX(int value)
      Sets the value of the 'X' attribute.
      Parameters:
      value - the new value of the 'X' attribute.
      See Also:
    • getY

      int getY()
      Returns the value of the 'Y' attribute.
      Returns:
      the value of the 'Y' attribute.
      See Also:
    • setY

      void setY(int value)
      Sets the value of the 'Y' attribute.
      Parameters:
      value - the new value of the 'Y' attribute.
      See Also:
    • getWidth

      int getWidth()
      Returns the value of the 'Width' attribute.
      Returns:
      the value of the 'Width' attribute.
      See Also:
    • setWidth

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

      int getHeight()
      Returns the value of the 'Height' attribute.
      Returns:
      the value of the 'Height' attribute.
      See Also:
    • setHeight

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

      int normalX()
    • normalY

      int normalY()
    • normalWidth

      int normalWidth()
    • normalHeight

      int normalHeight()