Class FocusBorder

    • Constructor Detail

      • FocusBorder

        public FocusBorder()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Returns whether to enable/disable focus border for chart.

        Default: true

      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets whether to enable/disable focus border for chart.

        Default: true

      • isHideBrowserFocusOutline

        public boolean isHideBrowserFocusOutline()
        Returns whether to hide the browser's default focus indicator.

        Default: true

      • setHideBrowserFocusOutline

        public void setHideBrowserFocusOutline​(boolean hideBrowserFocusOutline)
        Sets whether to hide the browser's default focus indicator.

        Default: true

      • getMargin

        public Number getMargin()
        Returns the focus border margin around the elements.

        Default: 2

      • setMargin

        public void setMargin​(Number margin)
        Sets the focus border margin around the elements.

        Default: 2

      • getStyle

        public <K,​V> Map<K,​V> getStyle()
        Returns the style options for the focus border drawn around elements while navigating through them.

        Note that some browsers in addition draw their own borders for focused elements. These automatic borders cannot be styled by Highcharts.

        Default: null

      • setStyle

        public void setStyle​(String style)
        Sets the style options for the focus border drawn around elements while navigating through them.

        Note that some browsers in addition draw their own borders for focused elements. These automatic borders cannot be styled by Highcharts.

        Default: null

      • setStyle

        public <K,​V> void setStyle​(Map<K,​V> style)
        Sets the style options for the focus border drawn around elements while navigating through them.

        Note that some browsers in addition draw their own borders for focused elements. These automatic borders cannot be styled by Highcharts.

        Default: null