Class CategoryChart

    • Field Detail

      • CATEGORY_LABEL_POSITIONS

        public static final org.jfree.chart.axis.CategoryLabelPositions[] CATEGORY_LABEL_POSITIONS
      • reportData

        protected java.util.Map reportData
    • Constructor Detail

      • CategoryChart

        public CategoryChart()
    • 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)
      • getExtractOrder

        public int getExtractOrder()
      • setExtractOrder

        public void setExtractOrder​(int extractOrder)
      • getStyle

        public int getStyle()
      • setStyle

        public void setStyle​(int style)
      • getCategoryLabelPosition

        public int getCategoryLabelPosition()
      • setCategoryLabelPosition

        public void setCategoryLabelPosition​(int categoryLabelPosition)
      • isRender3d

        public boolean isRender3d()
      • setRender3d

        public void setRender3d​(boolean render3d)
      • isPareto

        public boolean isPareto()
      • setPareto

        public void setPareto​(boolean pareto)
      • getParetoLabel

        public java.lang.String getParetoLabel()
      • setParetoLabel

        public void setParetoLabel​(java.lang.String paretoLabel)
      • getParetoColor

        public java.awt.Color getParetoColor()
      • setParetoColor

        public void setParetoColor​(java.awt.Color paretoColor)
      • isPareto80Pct

        public boolean isPareto80Pct()
      • setPareto80Pct

        public void setPareto80Pct​(boolean pareto80Pct)
      • getAxisLabel

        public java.lang.String getAxisLabel()
      • setAxisLabel

        public void setAxisLabel​(java.lang.String axisLabel)
      • getAxisFont

        public java.awt.Font getAxisFont()
      • setAxisFont

        public void setAxisFont​(java.awt.Font axisFont)
      • getAxisFormat

        public java.lang.String getAxisFormat()
      • setAxisFormat

        public void setAxisFormat​(java.lang.String axisFormat)
      • isAutoRange

        public boolean isAutoRange()
      • setAutoRange

        public void setAutoRange​(boolean autoRange)
      • getLowerBound

        public double getLowerBound()
      • setLowerBound

        public void setLowerBound​(double lowerBound)
      • getUpperBound

        public double getUpperBound()
      • setUpperBound

        public void setUpperBound​(double upperBound)
      • isLegend

        public boolean isLegend()
      • setLegend

        public void setLegend​(boolean legend)
      • getLegendFont

        public java.awt.Font getLegendFont()
      • setLegendFont

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

        public double getItemMargin()
      • setItemMargin

        public void setItemMargin​(double itemMargin)
      • getCategoryMargin

        public double getCategoryMargin()
      • setCategoryMargin

        public void setCategoryMargin​(double categoryMargin)
      • isVertical

        public boolean isVertical()
      • setVertical

        public void setVertical​(boolean vertical)
      • isLabels

        public boolean isLabels()
      • setLabels

        public void setLabels​(boolean labels)
      • getLabelFont

        public java.awt.Font getLabelFont()
      • setLabelFont

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

        public java.awt.Color getLabelColor()
      • setLabelColor

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

        public float getLabelOffset()
      • setLabelOffset

        public void setLabelOffset​(float labelOffset)
      • setScriptEnabled

        public void setScriptEnabled​(boolean scriptEnabled)
      • isScriptEnabled

        public boolean isScriptEnabled()
      • getScript

        public java.lang.String getScript()
      • setScript

        public void setScript​(java.lang.String script)