Uses of Class
org.jfree.data.KeyToGroupMap
-
Packages that use KeyToGroupMap Package Description org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.data.general Data interfaces and classes. -
-
Uses of KeyToGroupMap in org.jfree.chart.renderer.category
Fields in org.jfree.chart.renderer.category declared as KeyToGroupMap Modifier and Type Field Description private KeyToGroupMapGroupedStackedBarRenderer. seriesToGroupMapA map used to assign each series to a group.Methods in org.jfree.chart.renderer.category with parameters of type KeyToGroupMap Modifier and Type Method Description voidGroupedStackedBarRenderer. setSeriesToGroupMap(KeyToGroupMap map)Updates the map used to assign each series to a group, and sends aRendererChangeEventto all registered listeners. -
Uses of KeyToGroupMap in org.jfree.data.general
Methods in org.jfree.data.general with parameters of type KeyToGroupMap Modifier and Type Method Description static RangeDatasetUtils. 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.
-