Class IsolationModeHighlightConfig

java.lang.Object
io.webfolder.cdp.type.overlay.IsolationModeHighlightConfig

public class IsolationModeHighlightConfig extends Object
  • Constructor Details

    • IsolationModeHighlightConfig

      public IsolationModeHighlightConfig()
  • Method Details

    • getResizerColor

      public RGBA getResizerColor()
      The fill color of the resizers (default: transparent).
    • setResizerColor

      public void setResizerColor(RGBA resizerColor)
      The fill color of the resizers (default: transparent).
    • getResizerHandleColor

      public RGBA getResizerHandleColor()
      The fill color for resizer handles (default: transparent).
    • setResizerHandleColor

      public void setResizerHandleColor(RGBA resizerHandleColor)
      The fill color for resizer handles (default: transparent).
    • getMaskColor

      public RGBA getMaskColor()
      The fill color for the mask covering non-isolated elements (default: transparent).
    • setMaskColor

      public void setMaskColor(RGBA maskColor)
      The fill color for the mask covering non-isolated elements (default: transparent).
    • toString

      public String toString()
      Overrides:
      toString in class Object