Class PieChart

    • Constructor Detail

      • PieChart

        public PieChart()
    • Method Detail

      • render

        protected void render​(java.awt.Graphics2D g,
                              int width,
                              int height)
        Description copied from class: AbstractJ2DShape
        This is where implementations of AbstractJ2DShape actuall paint themselves to a graphics context.
        Specified by:
        render in class AbstractJ2DShape
      • getColors

        public java.awt.Color[] getColors()
      • setColors

        public void setColors​(java.awt.Color[] colors)
      • getDatasetKey

        public java.lang.String getDatasetKey()
        Description copied from class: RMShape
        Returns the dataset key associated with this shape.
        Overrides:
        getDatasetKey in class RMShape
      • setDatasetKey

        public void setDatasetKey​(java.lang.String key)
      • getLabelKey

        public java.lang.String getLabelKey()
      • setLabelKey

        public void setLabelKey​(java.lang.String labelKey)
      • getValueKey

        public java.lang.String getValueKey()
      • setValueKey

        public void setValueKey​(java.lang.String valueKey)
      • getSort

        public int getSort()
      • setSort

        public void setSort​(int sort)
        Set to @NonKeyMappable because key mapping isn't working.
      • getStyle

        public int getStyle()
      • setStyle

        public void setStyle​(int style)
      • isLegend

        public boolean isLegend()
      • setLegend

        public void setLegend​(boolean legend)
      • getLabelStyle

        public int getLabelStyle()
      • setLabelStyle

        public void setLabelStyle​(int labelStyle)
      • getLabelFormat

        public java.lang.String getLabelFormat()
      • setLabelFormat

        public void setLabelFormat​(java.lang.String labelFormat)
      • getLabelFont

        public java.awt.Font getLabelFont()
      • setLabelFont

        public void setLabelFont​(java.awt.Font labelFont)
      • getLegendFont

        public java.awt.Font getLegendFont()
      • setLegendFont

        public void setLegendFont​(java.awt.Font legendFont)
      • getSectionOutline

        public java.awt.Color getSectionOutline()
      • setSectionOutline

        public void setSectionOutline​(java.awt.Color outline)