Uses of Enum
org.jfree.chart.util.SortOrder
Packages that use 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
Fields in org.jfree.chart.plot declared as SortOrderModifier and TypeFieldDescriptionprivate SortOrderCategoryPlot.columnRenderingOrderControls the order in which the columns are traversed when rendering the data items.private SortOrderCategoryPlot.rowRenderingOrderControls the order in which the rows are traversed when rendering the data items.Methods in org.jfree.chart.plot that return SortOrderModifier and TypeMethodDescriptionCategoryPlot.getColumnRenderingOrder()Returns the order in which the columns are rendered.CategoryPlot.getRowRenderingOrder()Returns the order in which the rows should be rendered.Methods in org.jfree.chart.plot with parameters of type SortOrderModifier and TypeMethodDescriptionvoidCategoryPlot.setColumnRenderingOrder(SortOrder order) Sets the column order in which the items in each dataset should be rendered and sends aPlotChangeEventto all registered listeners.voidCategoryPlot.setRowRenderingOrder(SortOrder order) Sets the row order in which the items in each dataset should be rendered and sends aPlotChangeEventto all registered listeners. -
Uses of SortOrder in org.jfree.chart.title
Fields in org.jfree.chart.title declared as SortOrderModifier and TypeFieldDescriptionprivate SortOrderLegendTitle.sortOrderWhether to render legend items in ascending or descending order.Methods in org.jfree.chart.title that return SortOrderModifier and TypeMethodDescriptionLegendTitle.getSortOrder()Gets the order used to display legend items.Methods in org.jfree.chart.title with parameters of type SortOrderModifier and TypeMethodDescriptionvoidLegendTitle.setSortOrder(SortOrder order) Sets the order used to display legend items. -
Uses of SortOrder in org.jfree.chart.util
Methods in org.jfree.chart.util that return SortOrder -
Uses of SortOrder in org.jfree.data
Fields in org.jfree.data declared as SortOrderMethods in org.jfree.data that return SortOrderMethods in org.jfree.data with parameters of type SortOrderModifier and TypeMethodDescriptionvoidDefaultKeyedValues.sortByKeys(SortOrder order) Sorts the items in the list by key.voidDefaultKeyedValues.sortByValues(SortOrder order) Sorts the items in the list by value.Constructors in org.jfree.data with parameters of type SortOrderModifierConstructorDescriptionKeyedValueComparator(KeyedValueComparatorType type, SortOrder order) Creates a new comparator. -
Uses of SortOrder in org.jfree.data.general
Methods in org.jfree.data.general with parameters of type SortOrderModifier and TypeMethodDescriptionvoidDefaultPieDataset.sortByKeys(SortOrder order) Sorts the dataset's items by key and sends aDatasetChangeEventto all registered listeners.voidDefaultPieDataset.sortByValues(SortOrder order) Sorts the dataset's items by value and sends aDatasetChangeEventto all registered listeners.