Interface WritableDimension

  • All Known Subinterfaces:
    WritableRectangle
    All Known Implementing Classes:
    Dimension, Rectangle

    public interface WritableDimension
    Write interface for Dimensions
    Version:
    $Revision$ $Id$
    Author:
    $Author$
    • Method Detail

      • setSize

        void setSize​(int w,
                     int h)
      • setHeight

        void setHeight​(int height)
        Sets the height.
        Parameters:
        height - The height to set
      • setWidth

        void setWidth​(int width)
        Sets the width.
        Parameters:
        width - The width to set