public class ScreencastFrameMetadata extends Object
| 构造器和说明 |
|---|
ScreencastFrameMetadata() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getDeviceHeight() |
double |
getDeviceWidth() |
double |
getOffsetTop() |
double |
getPageScaleFactor() |
double |
getScrollOffsetX() |
double |
getScrollOffsetY() |
BigDecimal |
getTimestamp() |
void |
setDeviceHeight(double deviceHeight) |
void |
setDeviceWidth(double deviceWidth) |
void |
setOffsetTop(double offsetTop) |
void |
setPageScaleFactor(double pageScaleFactor) |
void |
setScrollOffsetX(double scrollOffsetX) |
void |
setScrollOffsetY(double scrollOffsetY) |
void |
setTimestamp(BigDecimal timestamp) |
String |
toString() |
public double getOffsetTop()
public void setOffsetTop(double offsetTop)
public double getDeviceWidth()
public void setDeviceWidth(double deviceWidth)
public double getPageScaleFactor()
public void setPageScaleFactor(double pageScaleFactor)
public double getDeviceHeight()
public void setDeviceHeight(double deviceHeight)
public double getScrollOffsetX()
public void setScrollOffsetX(double scrollOffsetX)
public double getScrollOffsetY()
public void setScrollOffsetY(double scrollOffsetY)
public BigDecimal getTimestamp()
public void setTimestamp(BigDecimal timestamp)
Copyright © 2020–2025. All rights reserved.