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 TypeClassDescriptionclassKeyedValues3DItemKey<S extends Comparable<S>,R extends Comparable<R>, C extends Comparable<C>> An object that references one data item in aKeyedValues3Ddata structure.classAn object that references one data item in aKeyedValues3Ddata structure. -
Uses of ItemKey in org.jfree.chart3d.data.xyz
Classes in org.jfree.chart3d.data.xyz that implement ItemKeyModifier and TypeClassDescriptionclassXYZItemKey<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 StringAbstractPlot3D.generateToolTipText(ItemKey itemKey) Returns the tool tip text for the specified data item, ornullif 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, ornullif no tool tip is required.XYZPlot.generateToolTipText(ItemKey itemKey)