| Modifier and Type | Method and Description |
|---|---|
List<List<Double>> |
LayerTree.profileSnapshot(String snapshotId,
Integer minRepeatCount,
Double minDuration,
Rect clipRect) |
void |
DOM.scrollIntoViewIfNeeded(Integer nodeId,
Integer backendNodeId,
String objectId,
Rect rect)
Scrolls the specified rect of the given node into view if not already visible.
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
LayerPainted.getClip()
Clip rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayerPainted.setClip(Rect clip)
Clip rectangle.
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
LayoutTreeNode.getBoundingBox()
The bounding box in document coordinates.
|
Rect |
InlineTextBox.getBoundingBox()
The bounding box in document coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutTreeNode.setBoundingBox(Rect boundingBox)
The bounding box in document coordinates.
|
void |
InlineTextBox.setBoundingBox(Rect boundingBox)
The bounding box in document coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
StickyPositionConstraint.getContainingBlockRect()
Layout rectangle of the containing block of the sticky element
|
Rect |
ScrollRect.getRect()
Rectangle itself.
|
Rect |
StickyPositionConstraint.getStickyBoxRect()
Layout rectangle of the sticky element before being shifted
|
| Modifier and Type | Method and Description |
|---|---|
void |
StickyPositionConstraint.setContainingBlockRect(Rect containingBlockRect)
Layout rectangle of the containing block of the sticky element
|
void |
ScrollRect.setRect(Rect rect)
Rectangle itself.
|
void |
StickyPositionConstraint.setStickyBoxRect(Rect stickyBoxRect)
Layout rectangle of the sticky element before being shifted
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
HingeConfig.getRect()
A rectangle represent hinge
|
| Modifier and Type | Method and Description |
|---|---|
void |
HingeConfig.setRect(Rect rect)
A rectangle represent hinge
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
LayoutMetrics.getContentSize()
Deprecated size of scrollable area.
|
Rect |
LayoutMetrics.getCssContentSize()
Size of scrollable area in CSS pixels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutMetrics.setContentSize(Rect contentSize)
Deprecated size of scrollable area.
|
void |
LayoutMetrics.setCssContentSize(Rect cssContentSize)
Size of scrollable area in CSS pixels.
|
| Modifier and Type | Method and Description |
|---|---|
Rect |
LayoutShiftAttribution.getCurrentRect() |
Rect |
LayoutShiftAttribution.getPreviousRect() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutShiftAttribution.setCurrentRect(Rect currentRect) |
void |
LayoutShiftAttribution.setPreviousRect(Rect previousRect) |
Copyright © 2021 Kenan Klisura. All rights reserved.