public class RenderInfo extends Object
| Constructor and Description |
|---|
RenderInfo(int width,
int height,
String target,
Region region,
VisualGridSelector selector,
EmulationBaseInfo emulationInfo,
IosDeviceInfo iosDeviceInfo) |
| Modifier and Type | Method and Description |
|---|---|
EmulationBaseInfo |
getEmulationInfo() |
int |
getHeight() |
IosDeviceInfo |
getIosDeviceInfo() |
Map |
getRegion() |
VisualGridSelector |
getSelector() |
String |
getTarget() |
int |
getWidth() |
void |
setEmulationInfo(ChromeEmulationInfo emulationInfo) |
void |
setHeight(int height) |
void |
setIosDeviceInfo(IosDeviceInfo iosDeviceInfo) |
void |
setRegion(Region region) |
void |
setSelector(VisualGridSelector selector) |
void |
setTarget(String target) |
void |
setWidth(int width) |
public RenderInfo(int width,
int height,
String target,
Region region,
VisualGridSelector selector,
EmulationBaseInfo emulationInfo,
IosDeviceInfo iosDeviceInfo)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public String getTarget()
public void setTarget(String target)
public Map getRegion()
public void setRegion(Region region)
public EmulationBaseInfo getEmulationInfo()
public IosDeviceInfo getIosDeviceInfo()
public void setEmulationInfo(ChromeEmulationInfo emulationInfo)
public void setIosDeviceInfo(IosDeviceInfo iosDeviceInfo)
public VisualGridSelector getSelector()
public void setSelector(VisualGridSelector selector)
Copyright © 2022. All rights reserved.