Header
And More


Uses of Interface
org.jfree.data.statistics.StatisticalCategoryDataset

Packages that use StatisticalCategoryDataset
org.jfree.chart.renderer.category Plug-in renderers for the CategoryPlot class. 
org.jfree.data.statistics Classes for representing statistical data. 
 

Uses of StatisticalCategoryDataset in org.jfree.chart.renderer.category
 

Methods in org.jfree.chart.renderer.category with parameters of type StatisticalCategoryDataset
protected  void StatisticalBarRenderer.drawHorizontalItem(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.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(java.awt.Graphics2D g2, CategoryItemRendererState state, java.awt.geom.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
 

Classes in org.jfree.data.statistics that implement StatisticalCategoryDataset
 class DefaultStatisticalCategoryDataset
          A convenience class that provides a default implementation of the StatisticalCategoryDataset interface.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.