public class Browser.ViewPort
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getDeviceHeight() |
int |
getDevicePixelRatio() |
int |
getDeviceWidth() |
int |
getDotsPerInchX() |
int |
getDotsPerInchY() |
java.lang.String |
getLanguage() |
int |
getViewportHeight() |
int |
getViewportWidth() |
boolean |
hasTouch() |
boolean |
isEmbedded() |
boolean |
isPortrait() |
public boolean isEmbedded()
public boolean hasTouch()
public boolean isPortrait()
public int getDotsPerInchX()
public int getDotsPerInchY()
public int getViewportWidth()
public int getViewportHeight()
public int getDeviceWidth()
public int getDeviceHeight()
public int getDevicePixelRatio()
public java.lang.String getLanguage()