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 TypeMethodDescriptionbooleanisSelected(XYZItemKey<S> item) Returnstrueif the specified item is present in the selection, andfalseotherwise.
-
Method Details
-
isSelected
Returnstrueif the specified item is present in the selection, andfalseotherwise.- Parameters:
item- the item key (nullnot permitted).- Returns:
- A boolean.
-