com.atlassian.selenium.visualcomparison.utils
Class ScreenResolution
java.lang.Object
java.awt.geom.Dimension2D
java.awt.Dimension
com.atlassian.selenium.visualcomparison.utils.ScreenResolution
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<ScreenResolution>
public class ScreenResolution
- extends Dimension
- implements Comparable<ScreenResolution>
- See Also:
- Serialized Form
ScreenResolution
public ScreenResolution(int width,
int height)
ScreenResolution
public ScreenResolution(String value)
compareTo
public int compareTo(ScreenResolution other)
- Specified by:
compareTo in interface Comparable<ScreenResolution>
toString
public String toString()
- Overrides:
toString in class Dimension
Copyright © 2014 Atlassian. All rights reserved.