Uses of Interface
org.jfree.chart3d.legend.LegendItemInfo
Packages that use LegendItemInfo
Package
Description
Classes related to chart legends.
Standard plot types (
PiePlot3D
,
CategoryPlot3D
and
XYZPlot
) that can be used with the
Chart3D
class.-
Uses of LegendItemInfo in org.jfree.chart3d.legend
Classes in org.jfree.chart3d.legend that implement LegendItemInfoModifier and TypeClassDescriptionclass
A standard implementation of theLegendItemInfo
interface. -
Uses of LegendItemInfo in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot that return types with arguments of type LegendItemInfoModifier and TypeMethodDescriptionCategoryPlot3D.getLegendInfo()
Returns a list containing legend item info, typically one item for each series in the chart.PiePlot3D.getLegendInfo()
Returns a list containing legend item info, typically one item for each series in the chart.Plot3D.getLegendInfo()
Returns a list containing legend item info, typically one item for each series in the chart.XYZPlot.getLegendInfo()
Returns a list containing legend item info, typically one item for each series in the chart.