java.lang.Object
org.jfree.chart3d.data.xyz.XYZItemKeys
Utility methods.
- Since:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S extends Comparable<S>>
Collection<XYZItemKey<S>> itemKeysForSeries
(XYZDataset<S> dataset, S seriesKey) Returns a collection of item keys extracted from one series in the specified dataset.
-
Constructor Details
-
XYZItemKeys
public XYZItemKeys()
-
-
Method Details
-
itemKeysForSeries
public static <S extends Comparable<S>> Collection<XYZItemKey<S>> itemKeysForSeries(XYZDataset<S> dataset, S seriesKey) Returns a collection of item keys extracted from one series in the specified dataset.- Type Parameters:
S
- the type of the series key.- Parameters:
dataset
- the dataset (null
not permitted).seriesKey
- the series key (null
not permitted).- Returns:
- A boolean.
-