Frames | No Frames |
Constructors with parameter type org.jfree.chart.renderer.category.CategoryItemRenderer | |
CategoryPlot.CategoryPlot(CategoryDataset dataset, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryItemRenderer renderer) Creates a new plot. |
Methods with parameter type org.jfree.chart.renderer.category.CategoryItemRenderer | |
int | Returns the index of the specified renderer, or -1 if the
renderer is not assigned to this plot. |
void | Sets the renderer at the specified index and sends a
PlotChangeEvent to all registered listeners. |
void | Sets a renderer. |
void | Sets the renderer at index 0 (sometimes referred to as the "primary"
renderer) and sends a PlotChangeEvent to all registered
listeners. |
void | Sets the renderer at index 0 (sometimes referred to as the "primary"
renderer) and, if requested, sends a PlotChangeEvent to all
registered listeners. |
void | Sets the renderers for this plot and sends a PlotChangeEvent
to all registered listeners. |
Methods with return type org.jfree.chart.renderer.category.CategoryItemRenderer | |
CategoryItemRenderer | Returns a reference to the renderer for the plot. |
CategoryItemRenderer | CategoryPlot.getRenderer(int index) Returns the renderer at the given index. |
CategoryItemRenderer | Returns the renderer for the specified dataset. |
Classes implementing org.jfree.chart.renderer.category.CategoryItemRenderer | |
class | An abstract base class that you can use to implement a new
CategoryItemRenderer . |
class | A category item renderer that draws area charts. |
class | A CategoryItemRenderer that draws individual data items as bars. |
class | A renderer for bars with a 3D effect, for use with the
CategoryPlot class. |
class | A box-and-whisker renderer. |
class | A "step" renderer similar to XYStepRenderer but
that can be used with the CategoryPlot class. |
class | A default renderer for the CategoryPlot class. |
class | A renderer for simple Gantt charts. |
class | A renderer that draws stacked bars within groups. |
class | A renderer that handles the drawing of bars for a bar plot where
each bar has a high and low value. |
class | A CategoryItemRenderer that represents data using bars which are
superimposed. |
class | A CategoryItemRenderer that draws individual data items as
horizontal lines, spaced in the same way as bars in a bar chart. |
class | A renderer that draws shapes for each data item, and lines between data
items (for use with the CategoryPlot class). |
class | A line renderer with a 3D effect. |
class | Renderer for drawing min max plot. |
class | A renderer that draws stacked area charts for a
CategoryPlot . |
class | A stacked bar renderer for use with the
CategoryPlot class. |
class | Renders stacked bars with 3D-effect, for use with the
CategoryPlot class. |
class | A renderer that handles the drawing a bar plot where
each bar has a mean value and a standard deviation line. |
class | A renderer that draws shapes for each data item, and lines between data
items. |
class | A renderer that handles the drawing of waterfall bar charts, for use with
the CategoryPlot class. |