All Implemented Interfaces:
Serializable

public class Size extends PivotTableOptionsObservable
See Also:
  • Field Details

    • width

      protected Double width
    • height

      protected Double height
  • Constructor Details

    • Size

      public Size()
  • Method Details

    • getWidth

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

      public void setWidth(Double width)
      Sets the width value.
      Parameters:
      width - the width value
    • getHeight

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

      public void setHeight(Double height)
      Sets the height value.
      Parameters:
      height - the height value