Uses of Interface
org.jfree.data.statistics.StatisticalCategoryDataset
Package
Description
Plug-in renderers for the
CategoryPlot
class.Classes for representing statistical data.
-
Uses of StatisticalCategoryDataset in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionprotected void
StatisticalBarRenderer.drawHorizontalItem
(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, StatisticalCategoryDataset dataset, int visibleRow, int row, int column) Draws an item for a plot with a horizontal orientation.protected void
StatisticalBarRenderer.drawVerticalItem
(Graphics2D g2, CategoryItemRendererState state, Rectangle2D dataArea, CategoryPlot plot, CategoryAxis domainAxis, ValueAxis rangeAxis, StatisticalCategoryDataset dataset, int visibleRow, int row, int column) Draws an item for a plot with a vertical orientation. -
Uses of StatisticalCategoryDataset in org.jfree.data.statistics
Modifier and TypeClassDescriptionclass
A convenience class that provides a default implementation of theStatisticalCategoryDataset
interface.