public class IOSDisplayService
extends java.lang.Object
implements com.gluonhq.charm.down.plugins.DisplayService
| Constructor and Description |
|---|
IOSDisplayService() |
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.Dimension2D |
getScreenResolution() |
float |
getScreenScale() |
boolean |
isDesktop() |
boolean |
isPhone() |
boolean |
isScreenRound() |
boolean |
isTablet() |
public boolean isPhone()
isPhone in interface com.gluonhq.charm.down.plugins.DisplayServicepublic boolean isTablet()
isTablet in interface com.gluonhq.charm.down.plugins.DisplayServicepublic boolean isDesktop()
isDesktop in interface com.gluonhq.charm.down.plugins.DisplayServicepublic javafx.geometry.Dimension2D getScreenResolution()
getScreenResolution in interface com.gluonhq.charm.down.plugins.DisplayServicepublic float getScreenScale()
getScreenScale in interface com.gluonhq.charm.down.plugins.DisplayServicepublic boolean isScreenRound()
isScreenRound in interface com.gluonhq.charm.down.plugins.DisplayService