Class Size

All Implemented Interfaces:
Serializable

public class Size extends AbstractPivotObject
An object that describes the size.
See Also:
  • Constructor Details

    • Size

      public Size()
  • Method Details

    • getWidth

      public Double getWidth()
      Returns:
      the width value
    • setWidth

      public Size setWidth(Double width)
      Sets the width value.
      Parameters:
      width - the width value
      Returns:
      a reference to this object
    • getHeight

      public Double getHeight()
      Returns:
      the height value
    • setHeight

      public Size setHeight(Double height)
      Sets the height value.
      Parameters:
      height - the height value
      Returns:
      a reference to this object