Class IosDeviceInfo
- java.lang.Object
-
- com.applitools.eyes.visualgrid.model.IosDeviceInfo
-
- All Implemented Interfaces:
IRenderingBrowserInfo
public class IosDeviceInfo extends Object implements IRenderingBrowserInfo
-
-
Constructor Summary
Constructors Constructor Description IosDeviceInfo(IosDeviceName deviceName)IosDeviceInfo(IosDeviceName deviceName, IosVersion version)IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation)IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation, IosVersion version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()ScreenOrientationgetScreenOrientation()com.applitools.eyes.RectangleSizegetSize()IosVersiongetVersion()StringtoString()
-
-
-
Constructor Detail
-
IosDeviceInfo
public IosDeviceInfo(IosDeviceName deviceName)
-
IosDeviceInfo
public IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation)
-
IosDeviceInfo
public IosDeviceInfo(IosDeviceName deviceName, IosVersion version)
-
IosDeviceInfo
public IosDeviceInfo(IosDeviceName deviceName, ScreenOrientation screenOrientation, IosVersion version)
-
-
Method Detail
-
getDeviceName
public String getDeviceName()
-
getScreenOrientation
public ScreenOrientation getScreenOrientation()
-
getVersion
public IosVersion getVersion()
-
getSize
public com.applitools.eyes.RectangleSize getSize()
-
-