public class ScreenConfig
extends java.lang.Object
This class defines the configuration of the cloud screen, including orientation, rotation angle, and screen dimensions.
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
degree
The rotation angle of the cloud screen, in degrees.
|
java.lang.String |
orientation
Deprecated.
|
int |
screenHeight
The height of the cloud screen
|
int |
screenWidth
The width of the cloud screen
|
| Constructor and Description |
|---|
ScreenConfig(java.lang.String orientation,
java.lang.String degree,
int width,
int height) |
public java.lang.String orientation
public java.lang.String degree
public int screenWidth
public int screenHeight