@JsType(isNative=true, name="Screen", namespace="<global>") public class Screen extends Object
Constructor and Description |
---|
Screen() |
Modifier and Type | Method and Description |
---|---|
int |
getAvailHeight() |
int |
getAvailLeft() |
int |
getAvailTop() |
int |
getAvailWidth() |
int |
getColorDepth() |
int |
getHeight() |
int |
getLeft() |
ScreenOrientation |
getNativeOrientation() |
Orientation |
getOrientation() |
int |
getPixelDepth() |
int |
getTop() |
int |
getWidth() |
boolean |
isLandscape() |
boolean |
isPortrait() |
@JsProperty(name="availHeight") public int getAvailHeight()
@JsProperty(name="availLeft") public int getAvailLeft()
@JsProperty(name="availTop") public int getAvailTop()
@JsProperty(name="availWidth") public int getAvailWidth()
@JsProperty(name="colorDepth") public int getColorDepth()
@JsProperty(name="height") public int getHeight()
@JsProperty(name="left") public int getLeft()
@JsProperty(name="orientation") public ScreenOrientation getNativeOrientation()
@JsOverlay public final Orientation getOrientation()
@JsOverlay public final boolean isLandscape()
@JsOverlay public final boolean isPortrait()
@JsProperty(name="pixelDepth") public int getPixelDepth()
@JsProperty(name="top") public int getTop()
@JsProperty(name="width") public int getWidth()
Copyright © 2018 Xalys. All rights reserved.