Uses of Class
org.jfree.data.KeyToGroupMap
| Package | Description |
|---|---|
| org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of KeyToGroupMap in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer 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. -
Uses of KeyToGroupMap in org.jfree.data
Methods in org.jfree.data with parameters of type KeyToGroupMap Modifier and Type Method Description static RangeDatasetUtilities. getStackedRangeExtent(CategoryDataset dataset, KeyToGroupMap map)Returns the minimum and maximum values for the dataset's range (as in domain/range), assuming that the series in one category are stacked.