Package org.jfree.chart.renderer.category
Plug-in renderers for the
CategoryPlot class.-
Interface Summary Interface Description BarPainter The interface for plugin painter for theBarRendererclass.CategoryItemRenderer A plug-in object that is used by theCategoryPlotclass to display individual data items from aCategoryDataset. -
Class Summary Class Description AbstractCategoryItemRenderer An abstract base class that you can use to implement a newCategoryItemRenderer.AreaRenderer A category item renderer that draws area charts.BarRenderer ACategoryItemRendererthat draws individual data items as bars.BoxAndWhiskerRenderer A box-and-whisker renderer.CategoryItemRendererState An object that retains temporary state information for aCategoryItemRenderer.CategoryStepRenderer A "step" renderer similar toXYStepRendererbut that can be used with theCategoryPlotclass.CategoryStepRenderer.State State information for the renderer.DefaultCategoryItemRenderer A default renderer for theCategoryPlotclass.GanttRenderer A renderer for simple Gantt charts.GradientBarPainter An implementation of theBarPainterinterface that uses several gradient fills to enrich the appearance of the bars.GroupedStackedBarRenderer A renderer that draws stacked bars within groups.IntervalBarRenderer A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.LayeredBarRenderer ACategoryItemRendererthat represents data using bars which are superimposed.LevelRenderer ACategoryItemRendererthat draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.LineAndShapeRenderer A renderer that draws shapes for each data item, and lines between data items (for use with theCategoryPlotclass).MinMaxCategoryRenderer Renderer for drawing min max plot.ScatterRenderer A renderer that handles the multiple values from aMultiValueCategoryDatasetby plotting a shape for each value for each given item in the dataset.StackedAreaRenderer A renderer that draws stacked area charts for aCategoryPlot.StackedBarRenderer A stacked bar renderer for use with theCategoryPlotclass.StandardBarPainter An implementation of theBarPainterinterface that preserves the behaviour of bar painting that existed prior to the introduction of theBarPainterinterface.StatisticalBarRenderer A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.StatisticalLineAndShapeRenderer A renderer that draws shapes for each data item, and lines between data items.WaterfallBarRenderer A renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlotclass.