Class EmulationDevice
java.lang.Object
com.applitools.eyes.visualgrid.model.EmulationBaseInfo
com.applitools.eyes.visualgrid.model.EmulationDevice
-
Constructor Summary
ConstructorsConstructorDescriptionEmulationDevice(int width, int height, double deviceScaleFactor, ScreenOrientation screenOrientation) -
Method Summary
Modifier and TypeMethodDescriptiondoubleintintgetWidth()voidsetDeviceScaleFactor(float deviceScaleFactor) voidsetHeight(int height) voidsetWidth(int width) Methods inherited from class com.applitools.eyes.visualgrid.model.EmulationBaseInfo
getScreenOrientation, getSize, setScreenOrientation
-
Constructor Details
-
EmulationDevice
public EmulationDevice(int width, int height, double deviceScaleFactor, ScreenOrientation screenOrientation)
-
-
Method Details
-
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
- Specified by:
getDeviceNamein classEmulationBaseInfo
-