Interface DoubleRect

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

public interface DoubleRect extends IBmObject
A representation of the model object 'Double Rect'.

The following features are supported:

See Also:
  • Method Details

    • getLeft

      double getLeft()
      Returns the value of the 'Left' attribute.
      Returns:
      the value of the 'Left' attribute.
      See Also:
    • setLeft

      void setLeft(double value)
      Sets the value of the 'Left' attribute.
      Parameters:
      value - the new value of the 'Left' attribute.
      See Also:
    • getRight

      double getRight()
      Returns the value of the 'Right' attribute.
      Returns:
      the value of the 'Right' attribute.
      See Also:
    • setRight

      void setRight(double value)
      Sets the value of the 'Right' attribute.
      Parameters:
      value - the new value of the 'Right' attribute.
      See Also:
    • getTop

      double getTop()
      Returns the value of the 'Top' attribute.
      Returns:
      the value of the 'Top' attribute.
      See Also:
    • setTop

      void setTop(double value)
      Sets the value of the 'Top' attribute.
      Parameters:
      value - the new value of the 'Top' attribute.
      See Also:
    • getBottom

      double getBottom()
      Returns the value of the 'Bottom' attribute.
      Returns:
      the value of the 'Bottom' attribute.
      See Also:
    • setBottom

      void setBottom(double value)
      Sets the value of the 'Bottom' attribute.
      Parameters:
      value - the new value of the 'Bottom' attribute.
      See Also: