java.util.List<Rectangle> |
LayoutTreeSnapshot.getBounds() |
The absolute position bounding box.
|
java.util.List<Rectangle> |
TextBoxSnapshot.getBounds() |
The absolute position bounding box.
|
java.util.Optional<java.util.List<Rectangle>> |
LayoutTreeSnapshot.getClientRects() |
The client rect of nodes.
|
java.util.Optional<java.util.List<Rectangle>> |
LayoutTreeSnapshot.getOffsetRects() |
The offset rect of nodes.
|
java.util.Optional<java.util.List<Rectangle>> |
LayoutTreeSnapshot.getScrollRects() |
The scroll rect of nodes.
|