Class ScrollRect
- java.lang.Object
-
- org.openqa.selenium.devtools.layertree.model.ScrollRect
-
public class ScrollRect extends java.lang.Object
Rectangle where scrolling happens on the main thread.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScrollRect.Type
-
Constructor Summary
Constructors Constructor Description ScrollRect(Rect rect, ScrollRect.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rect
getRect()
Rectangle itself.ScrollRect.Type
getType()
Reason for rectangle to force scrolling on the main thread
-
-
-
Constructor Detail
-
ScrollRect
public ScrollRect(Rect rect, ScrollRect.Type type)
-
-
Method Detail
-
getRect
public Rect getRect()
Rectangle itself.
-
getType
public ScrollRect.Type getType()
Reason for rectangle to force scrolling on the main thread
-
-