Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jfree.chart.renderer.category

Plug-in renderers for the org.jfree.chart.plot.CategoryPlot and org.jfree.chart.plot.XYPlot classes.

See:
          Description

Interface Summary
CategoryItemRenderer A plug-in object that is used by the org.jfree.chart.plot.CategoryPlot class to display individual data items from a org.jfree.data.category.CategoryDataset.
 

Class Summary
AbstractCategoryItemRenderer An abstract base class that you can use to implement a new CategoryItemRenderer.
AreaRenderer A category item renderer that draws area charts.
BarRenderer A CategoryItemRenderer that draws individual data items as bars.
BarRenderer3D A renderer for bars with a 3D effect, for use with the org.jfree.chart.plot.CategoryPlot class.
BoxAndWhiskerRenderer A box-and-whisker renderer.
CategoryItemRendererState An object that retains temporary state information for a CategoryItemRenderer.
CategoryStepRenderer A "step" renderer similar to org.jfree.chart.renderer.xy.XYStepRenderer but that can be used with the org.jfree.chart.plot.CategoryPlot class.
DefaultCategoryItemRenderer A default renderer for the org.jfree.chart.plot.CategoryPlot class.
GanttRenderer A renderer for simple Gantt charts.
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 A CategoryItemRenderer that represents data using bars which are superimposed.
LevelRenderer A CategoryItemRenderer that 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 the org.jfree.chart.plot.CategoryPlot class).
LineRenderer3D A line renderer with a 3D effect.
MinMaxCategoryRenderer Renderer for drawing min max plot.
StackedAreaRenderer A renderer that draws stacked area charts for a org.jfree.chart.plot.CategoryPlot.
StackedBarRenderer A stacked bar renderer for use with the org.jfree.chart.plot.CategoryPlot class.
StackedBarRenderer3D Renders stacked bars with 3D-effect, for use with the org.jfree.chart.plot.CategoryPlot class.
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 the org.jfree.chart.plot.CategoryPlot class.
 

Package org.jfree.chart.renderer.category Description

Plug-in renderers for the org.jfree.chart.plot.CategoryPlot and org.jfree.chart.plot.XYPlot classes.