Uses of Class
org.jfree.chart.plot.CategoryPlot
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.annotations |
A framework for addings annotations to charts.
|
| 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 CategoryPlot in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent with parameters of type CategoryPlot Modifier and Type Method Description voidMyLineAndShapeRenderer. defaultDrawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column, boolean connectPrior)voidMyLineAndShapeRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column) -
Uses of CategoryPlot in org.jfree.chart
Methods in org.jfree.chart that return CategoryPlot Modifier and Type Method Description CategoryPlotJFreeChart. getCategoryPlot()Returns the plot cast as aCategoryPlot. -
Uses of CategoryPlot in org.jfree.chart.annotations
Methods in org.jfree.chart.annotations with parameters of type CategoryPlot Modifier and Type Method Description voidCategoryAnnotation. draw(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea, CategoryAxis domainAxis, ValueAxis rangeAxis)Draws the annotation.voidCategoryTextAnnotation. draw(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea, CategoryAxis domainAxis, ValueAxis rangeAxis)Draws the annotation. -
Uses of CategoryPlot in org.jfree.chart.demo
Methods in org.jfree.chart.demo with parameters of type CategoryPlot Modifier and Type Method Description voidExtendedStackedBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws a stacked bar for a specific item. -
Uses of CategoryPlot in org.jfree.chart.plot
Subclasses of CategoryPlot in org.jfree.chart.plot Modifier and Type Class Description classCombinedDomainCategoryPlotA combined category plot where the domain axis is shared.classCombinedRangeCategoryPlotA combined category plot where the range axis is shared.Methods in org.jfree.chart.plot with parameters of type CategoryPlot Modifier and Type Method Description voidCombinedDomainCategoryPlot. add(CategoryPlot subplot, int weight)Adds a subplot to the combined chart.voidCombinedRangeCategoryPlot. add(CategoryPlot subplot, int weight)Adds a subplot.voidCombinedDomainCategoryPlot. remove(CategoryPlot subplot)Removes a subplot from the combined chart.voidCombinedRangeCategoryPlot. remove(CategoryPlot subplot)Removes a subplot from the combined chart. -
Uses of CategoryPlot in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return CategoryPlot Modifier and Type Method Description CategoryPlotAbstractCategoryItemRenderer. getPlot()Returns the plot that the renderer has been assigned to (wherenullindicates that the renderer is not currently assigned to a plot).CategoryPlotCategoryItemRenderer. getPlot()Returns the plot that the renderer has been assigned to (wherenullindicates that the renderer is not currently assigned to a plot).Methods in org.jfree.chart.renderer with parameters of type CategoryPlot Modifier and Type Method Description voidAbstractCategoryItemRenderer. drawBackground(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)Draws a background for the data area.voidBarRenderer3D. drawBackground(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)Draws the background for the plot.voidCategoryItemRenderer. drawBackground(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)Draws a background for the data area.voidAbstractCategoryItemRenderer. drawDomainGridline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea, double value)Draws a grid line against the domain axis.voidBarRenderer3D. drawDomainGridline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea, double value)Draws a grid line against the domain axis.voidCategoryItemRenderer. drawDomainGridline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea, double value)Draws a grid line against the domain axis.voidBoxAndWhiskerRenderer. drawHorizontalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the visual representation of a single data item when the plot has a horizontal orientation.voidAreaRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draw a single data item.voidBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the bar for a single (series, category) data item.voidBarRenderer3D. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws a 3D bar to represent one data item.voidBoxAndWhiskerRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draw a single data item.voidCategoryItemRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset data, int row, int column)Draws a single data item.voidCategoryStepRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draw a single data item.voidGanttRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the bar for a single (series, category) data item.voidGroupedStackedBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws a stacked bar for a specific item.voidIntervalBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the bar for a single (series, category) data item.voidLayeredBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset data, int row, int column)Draws the bar for one item in the dataset.voidLevelRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the bar for a single (series, category) data item.voidLineAndShapeRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draw a single data item.voidMinMaxCategoryRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draw a single data item.voidStackedAreaRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draw a single data item.voidStackedBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws a stacked bar for a specific item.voidStackedBarRenderer3D. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws a stacked bar (with 3D-effect) for a specific item.voidStatisticalBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset data, int row, int column)Draws the bar with its standard deviation line range for a single (series, category) data item.voidWaterfallBarRenderer. drawItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the bar for a single (series, category) data item.voidAbstractCategoryItemRenderer. drawOutline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)Draws an outline for the data area.voidBarRenderer3D. drawOutline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)Draws the outline for the plot.voidCategoryItemRenderer. drawOutline(Graphics2D g2, CategoryPlot plot, Rectangle2D dataArea)Draws an outline for the data area.voidAbstractCategoryItemRenderer. drawRangeGridline(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidBarRenderer3D. drawRangeGridline(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidCategoryItemRenderer. drawRangeGridline(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Rectangle2D dataArea, double value)Draws a grid line against the range axis.voidAbstractCategoryItemRenderer. drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)Draws a marker for the range axis.voidBarRenderer3D. drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)Draws a range marker.voidCategoryItemRenderer. drawRangeMarker(Graphics2D g2, CategoryPlot plot, ValueAxis axis, Marker marker, Rectangle2D dataArea)Draws a line (or some other marker) to indicate a particular value on the range axis.voidBoxAndWhiskerRenderer. drawVerticalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryDataset dataset, int row, int column)Draws the visual representation of a single data item when the plot has a vertical orientation.CategoryItemRendererStateAbstractCategoryItemRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)Initialises the renderer and returns a state object that will be used for the remainder of the drawing process for a single chart.CategoryItemRendererStateBarRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.CategoryItemRendererStateBoxAndWhiskerRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)Initialises the renderer.CategoryItemRendererStateCategoryItemRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)Initialises the renderer.CategoryItemRendererStateLevelRenderer. initialise(Graphics2D g2, Rectangle2D dataArea, CategoryPlot plot, int rendererIndex, PlotRenderingInfo info)Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.voidAbstractCategoryItemRenderer. setPlot(CategoryPlot plot)Sets the plot that the renderer has been assigned to.voidCategoryItemRenderer. setPlot(CategoryPlot plot)Sets the plot that the renderer has been assigned to.