Class ScreenResolution
- java.lang.Object
-
- com.smartbear.jenkins.plugins.testcomplete.ScreenResolution
-
public class ScreenResolution extends Object
- Author:
- Igor Filin
-
-
Constructor Summary
Constructors Constructor Description ScreenResolution(int width, int height)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static ScreenResolution
getDefaultResolution()
static String
getDefaultResolutionString()
int
getHeight()
static List<ScreenResolution>
getList()
int
getWidth()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getList
public static List<ScreenResolution> getList()
-
getDefaultResolution
public static ScreenResolution getDefaultResolution()
-
getDefaultResolutionString
public static String getDefaultResolutionString()
-
-