Package io.webfolder.cdp.type.overlay
Class IsolationModeHighlightConfig
java.lang.Object
io.webfolder.cdp.type.overlay.IsolationModeHighlightConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe fill color for the mask covering non-isolated elements (default: transparent).The fill color of the resizers (default: transparent).The fill color for resizer handles (default: transparent).void
setMaskColor
(RGBA maskColor) The fill color for the mask covering non-isolated elements (default: transparent).void
setResizerColor
(RGBA resizerColor) The fill color of the resizers (default: transparent).void
setResizerHandleColor
(RGBA resizerHandleColor) The fill color for resizer handles (default: transparent).toString()
-
Constructor Details
-
IsolationModeHighlightConfig
public IsolationModeHighlightConfig()
-
-
Method Details
-
getResizerColor
The fill color of the resizers (default: transparent). -
setResizerColor
The fill color of the resizers (default: transparent). -
getResizerHandleColor
The fill color for resizer handles (default: transparent). -
setResizerHandleColor
The fill color for resizer handles (default: transparent). -
getMaskColor
The fill color for the mask covering non-isolated elements (default: transparent). -
setMaskColor
The fill color for the mask covering non-isolated elements (default: transparent). -
toString
-