Uses of Interface
org.jfree.chart3d.label.CategoryItemLabelGenerator
Packages that use CategoryItemLabelGenerator
Package
Description
Classes related to chart labels.
Standard plot types (
PiePlot3D,
CategoryPlot3D and
XYZPlot) that can be used with the
Chart3D class.Renderers that can be used with the
CategoryPlot3D class.-
Uses of CategoryItemLabelGenerator in org.jfree.chart3d.label
Classes in org.jfree.chart3d.label that implement CategoryItemLabelGeneratorModifier and TypeClassDescriptionclassA default implementation of theCategoryItemLabelGeneratorinterface. -
Uses of CategoryItemLabelGenerator in org.jfree.chart3d.plot
Methods in org.jfree.chart3d.plot that return CategoryItemLabelGeneratorModifier and TypeMethodDescriptionCategoryPlot3D.getToolTipGenerator()Returns the tool tip generator.Methods in org.jfree.chart3d.plot with parameters of type CategoryItemLabelGeneratorModifier and TypeMethodDescriptionvoidCategoryPlot3D.setToolTipGenerator(CategoryItemLabelGenerator generator) Sets the tool tip generator and sends aPlot3DChangeEventto all registered listeners. -
Uses of CategoryItemLabelGenerator in org.jfree.chart3d.renderer.category
Methods in org.jfree.chart3d.renderer.category that return CategoryItemLabelGeneratorModifier and TypeMethodDescriptionAbstractCategoryRenderer3D.getItemLabelGenerator()Returns the item label generator for the renderer (possiblynull).Methods in org.jfree.chart3d.renderer.category with parameters of type CategoryItemLabelGeneratorModifier and TypeMethodDescriptionvoidAbstractCategoryRenderer3D.setItemLabelGenerator(CategoryItemLabelGenerator generator) Sets the item label generator for the renderer and sends a change event to all registered listeners.