Class DeviceSize
- java.lang.Object
-
- com.applitools.eyes.visualgrid.model.DeviceSize
-
public class DeviceSize extends Object
-
-
Constructor Summary
Constructors Constructor Description DeviceSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.applitools.eyes.RectangleSizegetLandscape()com.applitools.eyes.RectangleSizegetPortrait()voidsetLandscape(com.applitools.eyes.RectangleSize landscape)voidsetPortrait(com.applitools.eyes.RectangleSize portrait)
-
-
-
Method Detail
-
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)
-
-