@Internal public class ScreenResolution extends Dimension implements Comparable<ScreenResolution>
| Constructor and Description |
|---|
ScreenResolution(int width,
int height) |
ScreenResolution(String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScreenResolution other) |
String |
toString() |
equals, getHeight, getSize, getWidth, hashCode, setSize, setSize, setSizeclone, setSizepublic ScreenResolution(int width,
int height)
public ScreenResolution(String value)
public int compareTo(ScreenResolution other)
compareTo in interface Comparable<ScreenResolution>Copyright © 2015 Atlassian. All rights reserved.