| Package | Description |
|---|---|
| com.applitools.eyes.visualgrid.model |
| Modifier and Type | Method and Description |
|---|---|
ScreenOrientation |
ChromeEmulationInfo.getScreenOrientation() |
ScreenOrientation |
EmulationBaseInfo.getScreenOrientation() |
ScreenOrientation |
IosDeviceInfo.getScreenOrientation() |
static ScreenOrientation |
ScreenOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScreenOrientation[] |
ScreenOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChromeEmulationInfo.setScreenOrientation(ScreenOrientation screenOrientation) |
void |
EmulationBaseInfo.setScreenOrientation(ScreenOrientation screenOrientation) |
| Constructor and Description |
|---|
ChromeEmulationInfo(DeviceName deviceName,
ScreenOrientation screenOrientation) |
EmulationDevice(int width,
int height,
double deviceScaleFactor,
ScreenOrientation screenOrientation) |
IosDeviceInfo(IosDeviceName deviceName,
ScreenOrientation screenOrientation) |
IosDeviceInfo(IosDeviceName deviceName,
ScreenOrientation screenOrientation,
IosVersion version) |
Copyright © 2021. All rights reserved.