Class PaneBackground

    • Constructor Detail

      • PaneBackground

        public PaneBackground()
    • Method Detail

      • getBackgroundColor

        public Color getBackgroundColor()
        Returns the background gradient

        Default:

         {
                        linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 },
                        stops: [
                                [0, '#FFF'],
                                [1, '#DDD']
                        ]
        }
         
      • setBackgroundColor

        public void setBackgroundColor​(Color color)
        Sets the background color
      • setBackgroundColor

        public void setBackgroundColor​(String color)
        Sets the background color
      • setBackgroundColor

        public void setBackgroundColor​(LinearGradient color)
        Sets the background color
      • setBackgroundColor

        public void setBackgroundColor​(RadialGradient color)
        Sets the background color
      • getBorderWidth

        public Number getBorderWidth()
        Returns the border width.

        Default: null.

      • setBorderWidth

        public void setBorderWidth​(Number borderWidth)
        Sets the border width.

        Default: null.

      • getInnerRadius

        public Object getInnerRadius()
        Returns the inner radius

        Default: 0

      • setInnerRadius

        public void setInnerRadius​(Number innerRadius)
        Sets the inner radius.
      • setInnerRadius

        public void setInnerRadius​(String innerRadius)
        Sets the inner radius.
      • getInnerWidth

        public Number getInnerWidth()
        Returns the inner width.

        Default: 0

      • setInnerWidth

        public void setInnerWidth​(Number innerWidth)
        Sets the inner width
      • getOuterRadius

        public Object getOuterRadius()
        Returns the outer radius.

        Default: 105%

      • setOuterRadius

        public void setOuterRadius​(String outerRadius)
        Sets the outer radius
      • setOuterRadius

        public void setOuterRadius​(Number outerRadius)
        Sets the outer radius
      • getOuterWidth

        public Number getOuterWidth()
        Returns the outer width.

        Default: 0

      • setOuterWidth

        public void setOuterWidth​(Number outerWidth)
        Sets the outer width
        Parameters:
        outerWidth -
      • getShape

        public String getShape()
        Returns the shape option for this pane background object.
      • setShape

        public void setShape​(String shape)
        Sets the shape option for this pane background object.
        Parameters:
        shape -