Class DeviceSize
java.lang.Object
com.applitools.eyes.visualgrid.model.DeviceSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.applitools.eyes.RectangleSizecom.applitools.eyes.RectangleSizevoidsetLandscape(com.applitools.eyes.RectangleSize landscape) voidsetPortrait(com.applitools.eyes.RectangleSize portrait)
-
Constructor Details
-
DeviceSize
public DeviceSize()
-
-
Method Details
-
getPortrait
public com.applitools.eyes.RectangleSize getPortrait() -
setPortrait
public void setPortrait(com.applitools.eyes.RectangleSize portrait) -
getLandscape
public com.applitools.eyes.RectangleSize getLandscape() -
setLandscape
public void setLandscape(com.applitools.eyes.RectangleSize landscape)
-