Uses of Interface
org.jfree.chart.renderer.CategoryItemRenderer
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
org.jfree.chart.demo | |
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
-
Uses of CategoryItemRenderer in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent that implement CategoryItemRenderer Modifier and Type Class Description class
MyLineAndShapeRenderer
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent with parameters of type CategoryItemRenderer Modifier and Type Method Description static void
XmlDataChartComponent. setSeriesColorsAndStroke(CategoryItemRenderer renderer, float outlineBorderWidth, Graph graph)
-
Uses of CategoryItemRenderer in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement CategoryItemRenderer Modifier and Type Class Description class
ExtendedStackedBarRenderer
An extension of theStackedBarRenderer
that can draw positive and negative totals at the top and bottom of the stacked bars. -
Uses of CategoryItemRenderer in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return CategoryItemRenderer Modifier and Type Method Description CategoryItemRenderer
CategoryPlot. getRenderer()
Returns a reference to the renderer for the plot.CategoryItemRenderer
CategoryPlot. getRenderer(int index)
Returns a renderer.CategoryItemRenderer
CategoryPlot. getRendererForDataset(CategoryDataset d)
Returns the renderer for the specified dataset.Methods in org.jfree.chart.plot with parameters of type CategoryItemRenderer Modifier and Type Method Description void
CategoryPlot. setRenderer(int index, CategoryItemRenderer renderer)
Sets the renderer at the specified index and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot. setRenderer(int index, CategoryItemRenderer renderer, boolean notify)
Sets a renderer.void
CategoryPlot. setRenderer(CategoryItemRenderer renderer)
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot. setRenderer(CategoryItemRenderer renderer, boolean notify)
Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and, if requested, sends aPlotChangeEvent
to all registered listeners.Constructors in org.jfree.chart.plot with parameters of type CategoryItemRenderer Constructor Description CategoryPlot(CategoryDataset dataset, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryItemRenderer renderer)
Creates a new plot. -
Uses of CategoryItemRenderer in org.jfree.chart.renderer
Classes in org.jfree.chart.renderer that implement CategoryItemRenderer Modifier and Type Class Description class
AbstractCategoryItemRenderer
An abstract base class that you can use to implement a newCategoryItemRenderer
.class
AreaRenderer
A category item renderer that draws area charts.class
BarRenderer
ACategoryItemRenderer
that draws individual data items as bars.class
BarRenderer3D
A renderer for bars with a 3D effect, for use with theCategoryPlot
class.class
BoxAndWhiskerRenderer
A box-and-whisker renderer.class
CategoryStepRenderer
A "step" renderer similar toXYStepRenderer
but that can be used with theCategoryPlot
class.class
DefaultCategoryItemRenderer
A default renderer for theCategoryPlot
class.class
GanttRenderer
A renderer for simple Gantt charts.class
GroupedStackedBarRenderer
A renderer that draws stacked bars within groups.class
IntervalBarRenderer
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.class
LayeredBarRenderer
ACategoryItemRenderer
that represents data using bars which are superimposed.class
LevelRenderer
ACategoryItemRenderer
that draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.class
LineAndShapeRenderer
A renderer that draws shapes for each data item, and lines between data items.class
MinMaxCategoryRenderer
Renderer for drawing min max plot.class
StackedAreaRenderer
A renderer that draws stacked area charts for aCategoryPlot
.class
StackedBarRenderer
A stacked bar renderer for use with theCategoryPlot
class.class
StackedBarRenderer3D
Renders stacked bars with 3D-effect, for use with theCategoryPlot
class.class
StatisticalBarRenderer
A renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.class
WaterfallBarRenderer
A renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlot
class.