public class ScreenOrientation extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ScreenOrientation.OrientationType |
| Constructor and Description |
|---|
ScreenOrientation(ScreenOrientation.OrientationType type,
int angle) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAngle() |
ScreenOrientation.OrientationType |
getType() |
ScreenOrientation |
setAngle(int angle) |
ScreenOrientation |
setType(ScreenOrientation.OrientationType type) |
public ScreenOrientation(ScreenOrientation.OrientationType type, int angle)
public ScreenOrientation.OrientationType getType()
public ScreenOrientation setType(ScreenOrientation.OrientationType type)
public int getAngle()
public ScreenOrientation setAngle(int angle)
Copyright © 2020 XDEV Software Corp.. All rights reserved.