Header
And More


Uses of Class
org.jfree.data.KeyToGroupMap

Packages that use KeyToGroupMap
org.jfree.chart.renderer.category Plug-in renderers for the CategoryPlot class. 
org.jfree.data.general Data interfaces and classes. 
 

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

Methods in org.jfree.chart.renderer.category with parameters of type KeyToGroupMap
 void GroupedStackedBarRenderer.setSeriesToGroupMap(KeyToGroupMap map)
          Updates the map used to assign each series to a group, and sends a RendererChangeEvent to all registered listeners.
 

Uses of KeyToGroupMap in org.jfree.data.general
 

Methods in org.jfree.data.general with parameters of type KeyToGroupMap
static Range DatasetUtilities.findStackedRangeBounds(CategoryDataset dataset, KeyToGroupMap map)
          Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
 


Footer
And More


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