Module org.jfree.chart3d
Package org.jfree.chart3d.interaction
Interface XYZDataItemSelection<S extends Comparable<S>>
- All Known Implementing Classes:
StandardXYZDataItemSelection
public interface XYZDataItemSelection<S extends Comparable<S>>
An object representing a selection of items from an
XYZDataset
.-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSelected
(XYZItemKey<S> item) Returnstrue
if the specified item is present in the selection, andfalse
otherwise.
-
Method Details
-
isSelected
Returnstrue
if the specified item is present in the selection, andfalse
otherwise.- Parameters:
item
- the item key (null
not permitted).- Returns:
- A boolean.
-