Uses of Class
org.jfree.data.KeyedValueComparatorType
-
Packages that use KeyedValueComparatorType Package Description org.jfree.data 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 KeyedValueComparatorType Modifier and Type Field Description static KeyedValueComparatorTypeKeyedValueComparatorType. BY_KEYAn object representing 'by key' sorting.static KeyedValueComparatorTypeKeyedValueComparatorType. BY_VALUEAn object representing 'by value' sorting.private KeyedValueComparatorTypeKeyedValueComparator. typeThe comparator type.Methods in org.jfree.data that return KeyedValueComparatorType Modifier and Type Method Description KeyedValueComparatorTypeKeyedValueComparator. getType()Returns the type.Constructors in org.jfree.data with parameters of type KeyedValueComparatorType Constructor Description KeyedValueComparator(KeyedValueComparatorType type, SortOrder order)Creates a new comparator.
-