Uses of Class
com.applitools.eyes.visualgrid.model.ScreenOrientation
-
-
Uses of ScreenOrientation in com.applitools.eyes.visualgrid.model
Methods in com.applitools.eyes.visualgrid.model that return ScreenOrientation Modifier and Type Method Description static ScreenOrientationScreenOrientation. fromOrientation(String value)ScreenOrientationAndroidDeviceInfo. getScreenOrientation()ScreenOrientationChromeEmulationInfo. getScreenOrientation()ScreenOrientationEmulationBaseInfo. getScreenOrientation()ScreenOrientationIosDeviceInfo. getScreenOrientation()static ScreenOrientationScreenOrientation. 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.Methods in com.applitools.eyes.visualgrid.model with parameters of type ScreenOrientation Modifier and Type Method Description voidChromeEmulationInfo. setScreenOrientation(ScreenOrientation screenOrientation)voidEmulationBaseInfo. setScreenOrientation(ScreenOrientation screenOrientation)Constructors in com.applitools.eyes.visualgrid.model with parameters of type ScreenOrientation Constructor Description AndroidDeviceInfo(AndroidDeviceName deviceName, ScreenOrientation screenOrientation)AndroidDeviceInfo(AndroidDeviceName deviceName, ScreenOrientation screenOrientation, DeviceAndroidVersion version)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)
-