public class EmulationDevice extends EmulationBaseInfo
| Constructor and Description |
|---|
EmulationDevice(int width,
int height,
double deviceScaleFactor,
ScreenOrientation screenOrientation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName() |
double |
getDeviceScaleFactor() |
int |
getHeight() |
int |
getWidth() |
void |
setDeviceScaleFactor(float deviceScaleFactor) |
void |
setHeight(int height) |
void |
setWidth(int width) |
getScreenOrientation, getSize, setScreenOrientationpublic EmulationDevice(int width,
int height,
double deviceScaleFactor,
ScreenOrientation screenOrientation)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public double getDeviceScaleFactor()
public void setDeviceScaleFactor(float deviceScaleFactor)
public String getDeviceName()
getDeviceName in class EmulationBaseInfoCopyright © 2022. All rights reserved.