Class EmulationDevice
- java.lang.Object
-
- com.applitools.eyes.visualgrid.model.EmulationBaseInfo
-
- com.applitools.eyes.visualgrid.model.EmulationDevice
-
public class EmulationDevice extends EmulationBaseInfo
-
-
Constructor Summary
Constructors Constructor Description EmulationDevice(int width, int height, double deviceScaleFactor, ScreenOrientation screenOrientation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()doublegetDeviceScaleFactor()intgetHeight()intgetWidth()voidsetDeviceScaleFactor(float deviceScaleFactor)voidsetHeight(int height)voidsetWidth(int width)-
Methods inherited from class com.applitools.eyes.visualgrid.model.EmulationBaseInfo
getScreenOrientation, getSize, setScreenOrientation
-
-
-
-
Constructor Detail
-
EmulationDevice
public EmulationDevice(int width, int height, double deviceScaleFactor, ScreenOrientation screenOrientation)
-
-
Method Detail
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
getDeviceScaleFactor
public double getDeviceScaleFactor()
-
setDeviceScaleFactor
public void setDeviceScaleFactor(float deviceScaleFactor)
-
getDeviceName
public String getDeviceName()
- Specified by:
getDeviceNamein classEmulationBaseInfo
-
-