Uses of Interface
org.jfree.data.KeyedValue
-
Packages that use KeyedValue Package Description org.jfree.data The base package for classes that represent various types of data.org.jfree.data.general Data interfaces and classes. -
-
Uses of KeyedValue in org.jfree.data
Classes in org.jfree.data that implement KeyedValue Modifier and Type Class Description classDefaultKeyedValue<K extends Comparable<K>>A (key, value) pair.Methods in org.jfree.data with parameters of type KeyedValue Modifier and Type Method Description intKeyedValueComparator. compare(KeyedValue kv1, KeyedValue kv2)Compares twoKeyedValueinstances and returns anintthat indicates the relative order of the two objects. -
Uses of KeyedValue in org.jfree.data.general
Subinterfaces of KeyedValue in org.jfree.data.general Modifier and Type Interface Description interfaceKeyedValueDatasetA dataset containing a single value.Classes in org.jfree.data.general that implement KeyedValue Modifier and Type Class Description classDefaultKeyedValueDatasetA default implementation of theKeyedValueDatasetinterface.Constructors in org.jfree.data.general with parameters of type KeyedValue Constructor Description DefaultKeyedValueDataset(KeyedValue data)Creates a new dataset that uses the data from aKeyedValueinstance.
-