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 classMyLineAndShapeRendererMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent with parameters of type CategoryItemRenderer Modifier and Type Method Description static voidXmlDataChartComponent. 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 classExtendedStackedBarRendererAn extension of theStackedBarRendererthat 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 CategoryItemRendererCategoryPlot. getRenderer()Returns a reference to the renderer for the plot.CategoryItemRendererCategoryPlot. getRenderer(int index)Returns a renderer.CategoryItemRendererCategoryPlot. 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 voidCategoryPlot. setRenderer(int index, CategoryItemRenderer renderer)Sets the renderer at the specified index and sends aPlotChangeEventto all registered listeners.voidCategoryPlot. setRenderer(int index, CategoryItemRenderer renderer, boolean notify)Sets a renderer.voidCategoryPlot. setRenderer(CategoryItemRenderer renderer)Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and sends aPlotChangeEventto all registered listeners.voidCategoryPlot. setRenderer(CategoryItemRenderer renderer, boolean notify)Sets the renderer at index 0 (sometimes referred to as the "primary" renderer) and, if requested, sends aPlotChangeEventto 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 classAbstractCategoryItemRendererAn abstract base class that you can use to implement a newCategoryItemRenderer.classAreaRendererA category item renderer that draws area charts.classBarRendererACategoryItemRendererthat draws individual data items as bars.classBarRenderer3DA renderer for bars with a 3D effect, for use with theCategoryPlotclass.classBoxAndWhiskerRendererA box-and-whisker renderer.classCategoryStepRendererA "step" renderer similar toXYStepRendererbut that can be used with theCategoryPlotclass.classDefaultCategoryItemRendererA default renderer for theCategoryPlotclass.classGanttRendererA renderer for simple Gantt charts.classGroupedStackedBarRendererA renderer that draws stacked bars within groups.classIntervalBarRendererA renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.classLayeredBarRendererACategoryItemRendererthat represents data using bars which are superimposed.classLevelRendererACategoryItemRendererthat draws individual data items as horizontal lines, spaced in the same way as bars in a bar chart.classLineAndShapeRendererA renderer that draws shapes for each data item, and lines between data items.classMinMaxCategoryRendererRenderer for drawing min max plot.classStackedAreaRendererA renderer that draws stacked area charts for aCategoryPlot.classStackedBarRendererA stacked bar renderer for use with theCategoryPlotclass.classStackedBarRenderer3DRenders stacked bars with 3D-effect, for use with theCategoryPlotclass.classStatisticalBarRendererA renderer that handles the drawing a bar plot where each bar has a mean value and a standard deviation line.classWaterfallBarRendererA renderer that handles the drawing of waterfall bar charts, for use with theCategoryPlotclass.