| org.jfree.chart.renderer.category.junit | Plug-in renderers for the org.jfree.chart.plot.CategoryPlot class. |
| CategoryItemRenderer | A plug-in object that is used by the CategoryPlot class to display individual data items from a CategoryDataset . | code | html |
| AbstractCategoryItemRenderer | An abstract base class that you can use to implement a new CategoryItemRenderer . | code | html |
| AreaRenderer | A category item renderer that draws area charts. | code | html |
| BarRenderer | A CategoryItemRenderer that draws individual data items as bars. | code | html |
| BarRenderer3D | A renderer for bars with a 3D effect, for use with the org.jfree.chart.plot.CategoryPlot class. | code | html |
| BoxAndWhiskerRenderer | A box-and-whisker renderer. | code | html |
| CategoryItemRendererState | An object that retains temporary state information for a CategoryItemRenderer . | code | html |
| CategoryStepRenderer | A "step" renderer similar to XYStepRenderer but that can be used with the CategoryPlot class. | code | html |
| CategoryStepRenderer.State | State information for the renderer. | code | html |
| DefaultCategoryItemRenderer | A default renderer for the org.jfree.chart.plot.CategoryPlot class. | code | html |
| GanttRenderer | A renderer for simple Gantt charts. | code | html |
| GroupedStackedBarRenderer | A renderer that draws stacked bars within groups. | code | html |
| IntervalBarRenderer | A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value. | code | html |
| LayeredBarRenderer | A CategoryItemRenderer that represents data using bars which are superimposed. | code | html |
| LevelRenderer | A CategoryItemRenderer that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart. | code | html |
| LineAndShapeRenderer | A renderer that draws shapes for each data item, and lines between data items (for use with the CategoryPlot class). | code | html |
| LineRenderer3D | A line renderer with a 3D effect. | code | html |
| MinMaxCategoryRenderer | Renderer for drawing min max plot. | code | html |
| ScatterRenderer | A renderer that handles the multiple values from a MultiValueCategoryDataset by plotting a shape for each value for each given item in the dataset. | code | html |
| StackedAreaRenderer | A renderer that draws stacked area charts for a org.jfree.chart.plot.CategoryPlot . | code | html |
| StackedBarRenderer | A stacked bar renderer for use with the org.jfree.chart.plot.CategoryPlot class. | code | html |
| StackedBarRenderer3D | Renders stacked bars with 3D-effect, for use with the org.jfree.chart.plot.CategoryPlot class. | code | html |
| StatisticalBarRenderer | A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line. | code | html |
| StatisticalLineAndShapeRenderer | A renderer that draws shapes for each data item, and lines between data items. | code | html |
| WaterfallBarRenderer | A renderer that handles the drawing of waterfall bar charts, for use with the CategoryPlot class. | code | html |