Interface DoubleRect

    • Method Detail

      • setLeft

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

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

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

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