Package 

Class Size


  • 
    public final class Size
    
                        

    Describes the width and height dimensions of an entity.

    Official doc

    • Constructor Summary

      Constructors 
      Constructor Description
      Size(Integer width, Integer height)
    • Method Summary

      Modifier and Type Method Description
      final Integer component1()
      final Integer component2()
      final Size copy(Integer width, Integer height)
      final Integer getWidth() Width in pixels.
      final Integer getHeight() Height in pixels.
      • Methods inherited from class org.hildan.chrome.devtools.domains.systeminfo.Size

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait