-
public final class ScreencastFrameMetadataScreencast frame metadata.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubleoffsetTopprivate final DoublepageScaleFactorprivate final DoubledeviceWidthprivate final DoubledeviceHeightprivate final DoublescrollOffsetXprivate final DoublescrollOffsetYprivate final Doubletimestamp
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final Doublecomponent2()final Doublecomponent3()final Doublecomponent4()final Doublecomponent5()final Doublecomponent6()final Doublecomponent7()final ScreencastFrameMetadatacopy(Double offsetTop, Double pageScaleFactor, Double deviceWidth, Double deviceHeight, Double scrollOffsetX, Double scrollOffsetY, Double timestamp)final DoublegetOffsetTop()Top offset in DIP. final DoublegetPageScaleFactor()Page scale factor. final DoublegetDeviceWidth()Device screen width in DIP. final DoublegetDeviceHeight()Device screen height in DIP. final DoublegetScrollOffsetX()Position of horizontal scroll in CSS pixels. final DoublegetScrollOffsetY()Position of vertical scroll in CSS pixels. final DoublegetTimestamp()Frame swap timestamp. -
-
Method Detail
-
component1
final Double component1()
-
component2
final Double component2()
-
component3
final Double component3()
-
component4
final Double component4()
-
component5
final Double component5()
-
component6
final Double component6()
-
component7
final Double component7()
-
copy
final ScreencastFrameMetadata copy(Double offsetTop, Double pageScaleFactor, Double deviceWidth, Double deviceHeight, Double scrollOffsetX, Double scrollOffsetY, Double timestamp)
-
getOffsetTop
final Double getOffsetTop()
Top offset in DIP.
-
getPageScaleFactor
final Double getPageScaleFactor()
Page scale factor.
-
getDeviceWidth
final Double getDeviceWidth()
Device screen width in DIP.
-
getDeviceHeight
final Double getDeviceHeight()
Device screen height in DIP.
-
getScrollOffsetX
final Double getScrollOffsetX()
Position of horizontal scroll in CSS pixels.
-
getScrollOffsetY
final Double getScrollOffsetY()
Position of vertical scroll in CSS pixels.
-
getTimestamp
final Double getTimestamp()
Frame swap timestamp.
-
-
-
-