Frames | No Frames |
Methods with parameter type org.jfree.data.statistics.StatisticalCategoryDataset | |
void | StatisticalBarRenderer.drawHorizontalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, StatisticalCategoryDataset dataset, int row, int column) Draws an item for a plot with a horizontal orientation. |
void | StatisticalBarRenderer.drawVerticalItem(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, StatisticalCategoryDataset dataset, int row, int column) Draws an item for a plot with a vertical orientation. |
Classes implementing org.jfree.data.statistics.StatisticalCategoryDataset | |
class | A convenience class that provides a default implementation of the
StatisticalCategoryDataset interface. |