Class Size

java.lang.Object
io.webfolder.cdp.type.systeminfo.Size

public class Size extends Object
Describes the width and height dimensions of an entity.
  • Constructor Details

    • Size

      public Size()
  • Method Details

    • getWidth

      public Integer getWidth()
      Width in pixels.
    • setWidth

      public void setWidth(Integer width)
      Width in pixels.
    • getHeight

      public Integer getHeight()
      Height in pixels.
    • setHeight

      public void setHeight(Integer height)
      Height in pixels.
    • toString

      public String toString()
      Overrides:
      toString in class Object