Class IsolationModeHighlightConfig


  • public class IsolationModeHighlightConfig
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IsolationModeHighlightConfig​(java.util.Optional<RGBA> resizerColor, java.util.Optional<RGBA> resizerHandleColor, java.util.Optional<RGBA> maskColor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<RGBA> getMaskColor()
      The fill color for the mask covering non-isolated elements (default: transparent).
      java.util.Optional<RGBA> getResizerColor()
      The fill color of the resizers (default: transparent).
      java.util.Optional<RGBA> getResizerHandleColor()
      The fill color for resizer handles (default: transparent).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IsolationModeHighlightConfig

        public IsolationModeHighlightConfig​(java.util.Optional<RGBA> resizerColor,
                                            java.util.Optional<RGBA> resizerHandleColor,
                                            java.util.Optional<RGBA> maskColor)
    • Method Detail

      • getResizerColor

        public java.util.Optional<RGBA> getResizerColor()
        The fill color of the resizers (default: transparent).
      • getResizerHandleColor

        public java.util.Optional<RGBA> getResizerHandleColor()
        The fill color for resizer handles (default: transparent).
      • getMaskColor

        public java.util.Optional<RGBA> getMaskColor()
        The fill color for the mask covering non-isolated elements (default: transparent).