Class StandardSpiderPlot

    • Field Detail

      • PROPERTY_LABEL_FONT

        public static final java.lang.String PROPERTY_LABEL_FONT
        See Also:
        Constant Field Values
      • PROPERTY_MAX_VALUE_EXPRESSION

        public static final java.lang.String PROPERTY_MAX_VALUE_EXPRESSION
        See Also:
        Constant Field Values
      • PROPERTY_ROTATION

        public static final java.lang.String PROPERTY_ROTATION
        See Also:
        Constant Field Values
      • PROPERTY_TABLE_ORDER

        public static final java.lang.String PROPERTY_TABLE_ORDER
        See Also:
        Constant Field Values
      • PROPERTY_WEB_FILLED

        public static final java.lang.String PROPERTY_WEB_FILLED
        See Also:
        Constant Field Values
      • PROPERTY_START_ANGLE

        public static final java.lang.String PROPERTY_START_ANGLE
        See Also:
        Constant Field Values
      • PROPERTY_HEAD_PERCENT

        public static final java.lang.String PROPERTY_HEAD_PERCENT
        See Also:
        Constant Field Values
      • PROPERTY_INTERIOR_GAP

        public static final java.lang.String PROPERTY_INTERIOR_GAP
        See Also:
        Constant Field Values
      • PROPERTY_AXIS_LINE_COLOR

        public static final java.lang.String PROPERTY_AXIS_LINE_COLOR
        See Also:
        Constant Field Values
      • PROPERTY_AXIS_LINE_WIDTH

        public static final java.lang.String PROPERTY_AXIS_LINE_WIDTH
        See Also:
        Constant Field Values
      • PROPERTY_LABEL_GAP

        public static final java.lang.String PROPERTY_LABEL_GAP
        See Also:
        Constant Field Values
      • PROPERTY_LABEL_COLOR

        public static final java.lang.String PROPERTY_LABEL_COLOR
        See Also:
        Constant Field Values
      • PROPERTY_BACKCOLOR

        public static final java.lang.String PROPERTY_BACKCOLOR
        See Also:
        Constant Field Values
      • PROPERTY_BACKGROUND_ALPHA

        public static final java.lang.String PROPERTY_BACKGROUND_ALPHA
        See Also:
        Constant Field Values
      • PROPERTY_FOREGROUND_ALPHA

        public static final java.lang.String PROPERTY_FOREGROUND_ALPHA
        See Also:
        Constant Field Values
      • labelFont

        protected JRFont labelFont
      • maxValueExpression

        protected JRExpression maxValueExpression
      • webFilled

        protected java.lang.Boolean webFilled
      • startAngle

        protected java.lang.Double startAngle
      • headPercent

        protected java.lang.Double headPercent
      • interiorGap

        protected java.lang.Double interiorGap
      • axisLineColor

        protected java.awt.Color axisLineColor
      • axisLineWidth

        protected java.lang.Float axisLineWidth
      • labelGap

        protected java.lang.Double labelGap
      • labelColor

        protected java.awt.Color labelColor
      • backcolor

        protected java.awt.Color backcolor
      • backgroundAlpha

        protected java.lang.Float backgroundAlpha
      • foregroundAlpha

        protected java.lang.Float foregroundAlpha
    • Constructor Detail

      • StandardSpiderPlot

        public StandardSpiderPlot()
    • 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
      • setLabelFont

        public void setLabelFont​(JRFont labelFont)
      • setMaxValueExpression

        public void setMaxValueExpression​(JRExpression maxValueExpression)
      • setTableOrder

        public void setTableOrder​(TableOrderEnum tableOrder)
      • setWebFilled

        public void setWebFilled​(java.lang.Boolean webFilled)
      • setStartAngle

        public void setStartAngle​(java.lang.Double startAngle)
      • setHeadPercent

        public void setHeadPercent​(java.lang.Double headPercent)
      • setInteriorGap

        public void setInteriorGap​(java.lang.Double interiorGap)
      • setAxisLineColor

        public void setAxisLineColor​(java.awt.Color axisLineColor)
      • setAxisLineWidth

        public void setAxisLineWidth​(java.lang.Float axisLineWidth)
      • setLabelGap

        public void setLabelGap​(java.lang.Double labelGap)
      • setLabelColor

        public void setLabelColor​(java.awt.Color labelColor)
      • getBackcolor

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

        public void setBackcolor​(java.awt.Color backcolor)
        Parameters:
        backcolor - the backcolor to set
      • 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:
        the backgroundAlpha
      • setBackgroundAlpha

        public void setBackgroundAlpha​(java.lang.Float backgroundAlpha)
        Parameters:
        backgroundAlpha - the backgroundAlpha to set
      • 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:
        the foregroundAlpha
      • setForegroundAlpha

        public void setForegroundAlpha​(java.lang.Float foregroundAlpha)
        Parameters:
        foregroundAlpha - the foregroundAlpha to set
      • clone

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