| Package | Description |
|---|---|
| org.jfree.chart.title | |
| org.jfree.data | |
| org.jfree.util |
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
LegendTitle.getSortOrder()
Gets the order used to display legend items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LegendTitle.setSortOrder(SortOrder order)
Sets the order used to display legend items.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
KeyedValueComparator.getOrder()
Returns the sort order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
| Constructor and Description |
|---|
KeyedValueComparator(KeyedValueComparatorType type,
SortOrder order)
Creates a new comparator.
|
| Modifier and Type | Field and Description |
|---|---|
static SortOrder |
SortOrder.ASCENDING
Ascending order.
|
static SortOrder |
SortOrder.DESCENDING
Descending order.
|