Uses of Interface
org.jfree.chart3d.data.ItemKey
Packages that use ItemKey
Package
Description
Core data structures used as the building blocks for datasets in Orson
Charts.
Datasets that can be used by the
XYZPlot
class.Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.-
Uses of ItemKey in org.jfree.chart3d.data
Classes in org.jfree.chart3d.data that implement ItemKeyModifier and TypeClassDescriptionclass
KeyedValues3DItemKey<S extends Comparable<S>,
R extends Comparable<R>, C extends Comparable<C>> An object that references one data item in aKeyedValues3D
data structure.class
An object that references one data item in aKeyedValues3D
data structure. -
Uses of ItemKey in org.jfree.chart3d.data.xyz
Classes in org.jfree.chart3d.data.xyz that implement ItemKeyModifier and TypeClassDescriptionclass
XYZItemKey<S extends Comparable<S>>
An object that references one data item in anXYZDataset
. -
Uses of ItemKey in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot with parameters of type ItemKeyModifier and TypeMethodDescriptionabstract String
AbstractPlot3D.generateToolTipText
(ItemKey itemKey) Returns the tool tip text for the specified data item, ornull
if no tool tip is required.CategoryPlot3D.generateToolTipText
(ItemKey itemKey) PiePlot3D.generateToolTipText
(ItemKey itemKey) Plot3D.generateToolTipText
(ItemKey itemKey) Returns the tool tip text for the specified data item, ornull
if no tool tip is required.XYZPlot.generateToolTipText
(ItemKey itemKey)