Package io.webfolder.cdp.type.layertree
Class StickyPositionConstraint
java.lang.Object
io.webfolder.cdp.type.layertree.StickyPositionConstraint
Sticky position constraints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLayout rectangle of the containing block of the sticky elementThe nearest sticky layer that shifts the containing blockThe nearest sticky layer that shifts the sticky boxLayout rectangle of the sticky element before being shiftedvoid
setContainingBlockRect
(Rect containingBlockRect) Layout rectangle of the containing block of the sticky elementvoid
setNearestLayerShiftingContainingBlock
(String nearestLayerShiftingContainingBlock) The nearest sticky layer that shifts the containing blockvoid
setNearestLayerShiftingStickyBox
(String nearestLayerShiftingStickyBox) The nearest sticky layer that shifts the sticky boxvoid
setStickyBoxRect
(Rect stickyBoxRect) Layout rectangle of the sticky element before being shiftedtoString()
-
Constructor Details
-
StickyPositionConstraint
public StickyPositionConstraint()
-
-
Method Details
-
getStickyBoxRect
Layout rectangle of the sticky element before being shifted -
setStickyBoxRect
Layout rectangle of the sticky element before being shifted -
getContainingBlockRect
Layout rectangle of the containing block of the sticky element -
setContainingBlockRect
Layout rectangle of the containing block of the sticky element -
getNearestLayerShiftingStickyBox
The nearest sticky layer that shifts the sticky box -
setNearestLayerShiftingStickyBox
The nearest sticky layer that shifts the sticky box -
getNearestLayerShiftingContainingBlock
The nearest sticky layer that shifts the containing block -
setNearestLayerShiftingContainingBlock
The nearest sticky layer that shifts the containing block -
toString
-