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
Methods in org.jfree.data that return KeyedValueComparatorType Modifier and Type Method Description KeyedValueComparatorTypeKeyedValueComparator. getType()Returns the type.static KeyedValueComparatorTypeKeyedValueComparatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyedValueComparatorType[]KeyedValueComparatorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jfree.data with parameters of type KeyedValueComparatorType Constructor Description KeyedValueComparator(KeyedValueComparatorType type, SortOrder order)Creates a new comparator.
-