Uses of Class
org.jfree.data.KeyedValueComparatorType
Packages that use KeyedValueComparatorType
Package
Description
The base package for classes that represent various types of data.
-
Uses of KeyedValueComparatorType in org.jfree.data
Fields in org.jfree.data declared as KeyedValueComparatorTypeModifier and TypeFieldDescriptionstatic final KeyedValueComparatorType
KeyedValueComparatorType.BY_KEY
An object representing 'by key' sorting.static final KeyedValueComparatorType
KeyedValueComparatorType.BY_VALUE
An object representing 'by value' sorting.Methods in org.jfree.data that return KeyedValueComparatorTypeConstructors in org.jfree.data with parameters of type KeyedValueComparatorTypeModifierConstructorDescriptionKeyedValueComparator
(KeyedValueComparatorType type, SortOrder order) Creates a new comparator.