Uses of Class
org.jfree.chart3d.data.xyz.XYZItemKey
Packages that use XYZItemKey
Package
Description
Datasets that can be used by the
XYZPlot
class.Classes that support user interaction with charts.
-
Uses of XYZItemKey in org.jfree.chart3d.data.xyz
Methods in org.jfree.chart3d.data.xyz that return types with arguments of type XYZItemKeyModifier and TypeMethodDescriptionstatic <S extends Comparable<S>>
Collection<XYZItemKey<S>> XYZItemKeys.itemKeysForSeries(XYZDataset<S> dataset, S seriesKey) Returns a collection of item keys extracted from one series in the specified dataset.Methods in org.jfree.chart3d.data.xyz with parameters of type XYZItemKey -
Uses of XYZItemKey in org.jfree.chart3d.interaction
Methods in org.jfree.chart3d.interaction with parameters of type XYZItemKeyModifier and TypeMethodDescriptionbooleanStandardXYZDataItemSelection.add(XYZItemKey item) Adds an item to the selection, returnstrueif the item was added andfalseif it already existed in the selection.booleanStandardXYZDataItemSelection.isSelected(XYZItemKey item) Returnstrueif the item is present in the selection, andfalseotherwise.booleanXYZDataItemSelection.isSelected(XYZItemKey<S> item) Returnstrueif the specified item is present in the selection, andfalseotherwise.booleanStandardXYZDataItemSelection.remove(XYZItemKey item) Removes an item from the selection, returningtrueif the item was removed andfalseif it was not present in the selection.Method parameters in org.jfree.chart3d.interaction with type arguments of type XYZItemKeyModifier and TypeMethodDescriptionbooleanStandardXYZDataItemSelection.addAll(Collection<XYZItemKey> keys) Adds all the items from the specified collection, returningtrueif the selection is updated orfalseif all the supplied keys are already present in the selection.