Class FillSpiderPlot

    • Method Detail

      • getWebFilled

        public java.lang.Boolean getWebFilled()
        Specified by:
        getWebFilled in interface SpiderPlot
        Returns:
        the webFilled
      • getStartAngle

        public java.lang.Double getStartAngle()
        Specified by:
        getStartAngle in interface SpiderPlot
        Returns:
        the startAngle
      • getHeadPercent

        public java.lang.Double getHeadPercent()
        Specified by:
        getHeadPercent in interface SpiderPlot
        Returns:
        the headPercent
      • getInteriorGap

        public java.lang.Double getInteriorGap()
        Specified by:
        getInteriorGap in interface SpiderPlot
        Returns:
        the interiorGap
      • getAxisLineColor

        public java.awt.Color getAxisLineColor()
        Specified by:
        getAxisLineColor in interface SpiderPlot
        Returns:
        the axisLineColor
      • getAxisLineWidth

        public java.lang.Float getAxisLineWidth()
        Specified by:
        getAxisLineWidth in interface SpiderPlot
        Returns:
        the axisLineWidth
      • getLabelGap

        public java.lang.Double getLabelGap()
        Specified by:
        getLabelGap in interface SpiderPlot
        Returns:
        the labelGap
      • getLabelColor

        public java.awt.Color getLabelColor()
        Specified by:
        getLabelColor in interface SpiderPlot
        Returns:
        the labelColor
      • getBackcolor

        public java.awt.Color getBackcolor()
        Description copied from interface: ChartPlot
        Gets the chart background color.
        Specified by:
        getBackcolor in interface ChartPlot
      • getBackgroundAlpha

        public java.lang.Float getBackgroundAlpha()
        Description copied from interface: ChartPlot
        Gets the transparency factor for this plot background. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.
        Specified by:
        getBackgroundAlpha in interface ChartPlot
        Returns:
        a float value between 0 and 1.
      • getForegroundAlpha

        public java.lang.Float getForegroundAlpha()
        Description copied from interface: ChartPlot
        Gets the transparency factor for this plot foreground. The range is from 0 to 1, where 0 means transparent and 1 opaque. The default is 1.
        Specified by:
        getForegroundAlpha in interface ChartPlot
        Returns:
        a float value between 0 and 1.
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface JRCloneable
        Overrides:
        clone in class java.lang.Object