Uses of Class
org.jfree.data.KeyToGroupMap
-
Uses of KeyToGroupMap in org.jfree.chart.renderer.category
Modifier and TypeMethodDescriptionvoid
GroupedStackedBarRenderer.setSeriesToGroupMap
(KeyToGroupMap map) Updates the map used to assign each series to a group, and sends aRendererChangeEvent
to all registered listeners. -
Uses of KeyToGroupMap in org.jfree.data.general
Modifier and TypeMethodDescriptionstatic Range
DatasetUtils.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.