Uses of Enum 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 ScreenOrientationModifier and TypeMethodDescriptionstatic ScreenOrientationScreenOrientation.fromOrientation(String value) DeviceTarget.getOrientation()ChromeEmulationInfo.getScreenOrientation()EmulationBaseInfo.getScreenOrientation()IosDeviceInfo.getScreenOrientation()static ScreenOrientationReturns the enum constant of this class with the specified name.static ScreenOrientation[]ScreenOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.applitools.eyes.visualgrid.model with parameters of type ScreenOrientationModifier and TypeMethodDescriptionDeviceTarget.orientation(ScreenOrientation orientation) IosDeviceTarget.orientation(ScreenOrientation orientation) voidChromeEmulationInfo.setScreenOrientation(ScreenOrientation screenOrientation) voidEmulationBaseInfo.setScreenOrientation(ScreenOrientation screenOrientation) Constructors in com.applitools.eyes.visualgrid.model with parameters of type ScreenOrientationModifierConstructorDescriptionChromeEmulationInfo(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) IosDeviceInfo(String deviceName, ScreenOrientation screenOrientation, IosVersion version)