Uses of Enum
org.jfree.chart.util.SortOrder
Package
Description
Plot classes and related interfaces.
Classes used to display chart titles and subtitles.
Utility classes used by JFreeChart.
The base package for classes that represent various types of data.
Data interfaces and classes.
-
Uses of SortOrder in org.jfree.chart.plot
Modifier and TypeMethodDescriptionCategoryPlot.getColumnRenderingOrder()
Returns the order in which the columns are rendered.CategoryPlot.getRowRenderingOrder()
Returns the order in which the rows should be rendered.Modifier and TypeMethodDescriptionvoid
CategoryPlot.setColumnRenderingOrder
(SortOrder order) Sets the column order in which the items in each dataset should be rendered and sends aPlotChangeEvent
to all registered listeners.void
CategoryPlot.setRowRenderingOrder
(SortOrder order) Sets the row order in which the items in each dataset should be rendered and sends aPlotChangeEvent
to all registered listeners. -
Uses of SortOrder in org.jfree.chart.title
Modifier and TypeMethodDescriptionLegendTitle.getSortOrder()
Gets the order used to display legend items.Modifier and TypeMethodDescriptionvoid
LegendTitle.setSortOrder
(SortOrder order) Sets the order used to display legend items. -
Uses of SortOrder in org.jfree.chart.util
-
Uses of SortOrder in org.jfree.data
Modifier and TypeMethodDescriptionvoid
DefaultKeyedValues.sortByKeys
(SortOrder order) Sorts the items in the list by key.void
DefaultKeyedValues.sortByValues
(SortOrder order) Sorts the items in the list by value.ModifierConstructorDescriptionKeyedValueComparator
(KeyedValueComparatorType type, SortOrder order) Creates a new comparator. -
Uses of SortOrder in org.jfree.data.general
Modifier and TypeMethodDescriptionvoid
DefaultPieDataset.sortByKeys
(SortOrder order) Sorts the dataset's items by key and sends aDatasetChangeEvent
to all registered listeners.void
DefaultPieDataset.sortByValues
(SortOrder order) Sorts the dataset's items by value and sends aDatasetChangeEvent
to all registered listeners.