Interface IDimension

    • Method Detail

      • getWidth

        int getWidth()
        Gets the width.
        Returns:
        the width of this dimension
      • setWidth

        void setWidth​(int width)
        Sets the width.
        Parameters:
        width - the new width of this dimension
      • getHeight

        int getHeight()
        Gets the height.
        Returns:
        the height of this dimension
      • setHeight

        void setHeight​(int height)
        Sets the height.
        Parameters:
        height - the new height of this dimension