public class ScreencastFrameMetadata extends Object
| Constructor and Description |
|---|
ScreencastFrameMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getDeviceHeight()
Device screen height in DIP.
|
Double |
getDeviceWidth()
Device screen width in DIP.
|
Double |
getOffsetTop()
Top offset in DIP.
|
Double |
getPageScaleFactor()
Page scale factor.
|
Double |
getScrollOffsetX()
Position of horizontal scroll in CSS pixels.
|
Double |
getScrollOffsetY()
Position of vertical scroll in CSS pixels.
|
Double |
getTimestamp()
Frame swap timestamp.
|
void |
setDeviceHeight(Double deviceHeight)
Device screen height in DIP.
|
void |
setDeviceWidth(Double deviceWidth)
Device screen width in DIP.
|
void |
setOffsetTop(Double offsetTop)
Top offset in DIP.
|
void |
setPageScaleFactor(Double pageScaleFactor)
Page scale factor.
|
void |
setScrollOffsetX(Double scrollOffsetX)
Position of horizontal scroll in CSS pixels.
|
void |
setScrollOffsetY(Double scrollOffsetY)
Position of vertical scroll in CSS pixels.
|
void |
setTimestamp(Double timestamp)
Frame swap timestamp.
|
public Double getOffsetTop()
public void setOffsetTop(Double offsetTop)
public Double getPageScaleFactor()
public void setPageScaleFactor(Double pageScaleFactor)
public Double getDeviceWidth()
public void setDeviceWidth(Double deviceWidth)
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 Double getTimestamp()
public void setTimestamp(Double timestamp)
Copyright © 2020. All rights reserved.