Class XYItemKey<S extends Comparable<S>>
java.lang.Object
org.jfree.data.xy.XYItemKey<S>
- Type Parameters:
S- the series key type.
- All Implemented Interfaces:
Serializable,Comparable<XYItemKey<S>>,ItemKey
public class XYItemKey<S extends Comparable<S>>
extends Object
implements ItemKey, Comparable<XYItemKey<S>>, Serializable
An object that references one data item in an
XYZDataset. This is
used internally to track the data item that a 3D object is related to, if
any (and later that link is used for chart interaction). Instances of
this class are immutable.- See Also:
-
Constructor Details
-
XYItemKey
-
-
Method Details
-
getSeriesKey
-
getItemIndex
-
equals
-
hashCode
-
toJSONString
Description copied from interface:ItemKeyReturns a JSON formatted string representing the key.- Specified by:
toJSONStringin interfaceItemKey- Returns:
- A JSON formatted string.
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<S extends Comparable<S>>
-