Uses of Package
org.jfree.chart.labels
-
Packages that use org.jfree.chart.labels Package Description org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.plot.flow Classes for creating flow plots (a type of Sankey chart).org.jfree.chart.plot.pie Classes used to create pie charts.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlotclass.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlotclass. -
Classes in org.jfree.chart.labels used by org.jfree.chart.labels Class Description AbstractCategoryItemLabelGenerator A base class that can be used to create a label or tooltip generator that can be assigned to aCategoryItemRenderer.AbstractPieItemLabelGenerator A base class used for generating pie chart item labels.AbstractXYItemLabelGenerator A base class for creating item label generators.CategoryItemLabelGenerator A category item label generator is an object that can be assigned to aCategoryItemRendererand that assumes responsibility for creating text items to be used as labels for the items in aCategoryPlot.CategorySeriesLabelGenerator A generator that creates labels for the series in aCategoryDataset.CategoryToolTipGenerator A category tool tip generator is an object that can be assigned to aCategoryItemRendererand that assumes responsibility for creating text items to be used as tooltips for the items in aCategoryPlot.CrosshairLabelGenerator A label generator for crosshairs.FlowLabelGenerator A label generator for a flow in a flow dataset.ItemLabelAnchor An enumeration of the positions that a value label can take, relative to an item in aCategoryPlot.PieSectionLabelGenerator Interface for a label generator for plots that use data from aPieDataset.PieToolTipGenerator A tool tip generator that is used by theorg.jfree.chart.plot.PiePlotclass.StandardCategoryItemLabelGenerator A standard label generator that can be used with aCategoryItemRenderer.StandardCategoryToolTipGenerator A standard tool tip generator that can be used with aCategoryItemRenderer.StandardXYToolTipGenerator A standard tool tip generator for use with anXYItemRenderer.XYItemLabelGenerator Interface for a label generator for plots that use data from anXYDataset.XYSeriesLabelGenerator A generator that creates labels for the series in anXYDataset.XYToolTipGenerator Interface for a tooltip generator for plots that use data from anXYDataset.XYZToolTipGenerator Interface for a tooltip generator for plots that use data from anXYZDataset. -
Classes in org.jfree.chart.labels used by org.jfree.chart.plot Class Description CategoryItemLabelGenerator A category item label generator is an object that can be assigned to aCategoryItemRendererand that assumes responsibility for creating text items to be used as labels for the items in aCategoryPlot.CategoryToolTipGenerator A category tool tip generator is an object that can be assigned to aCategoryItemRendererand that assumes responsibility for creating text items to be used as tooltips for the items in aCategoryPlot.CrosshairLabelGenerator A label generator for crosshairs. -
Classes in org.jfree.chart.labels used by org.jfree.chart.plot.flow Class Description FlowLabelGenerator A label generator for a flow in a flow dataset. -
Classes in org.jfree.chart.labels used by org.jfree.chart.plot.pie Class Description PieSectionLabelGenerator Interface for a label generator for plots that use data from aPieDataset.PieToolTipGenerator A tool tip generator that is used by theorg.jfree.chart.plot.PiePlotclass. -
Classes in org.jfree.chart.labels used by org.jfree.chart.renderer Class Description ItemLabelAnchor An enumeration of the positions that a value label can take, relative to an item in aCategoryPlot.ItemLabelPosition The attributes that control the position of the label for each data item on a chart.XYSeriesLabelGenerator A generator that creates labels for the series in anXYDataset.XYToolTipGenerator Interface for a tooltip generator for plots that use data from anXYDataset. -
Classes in org.jfree.chart.labels used by org.jfree.chart.renderer.category Class Description CategoryItemLabelGenerator A category item label generator is an object that can be assigned to aCategoryItemRendererand that assumes responsibility for creating text items to be used as labels for the items in aCategoryPlot.CategorySeriesLabelGenerator A generator that creates labels for the series in aCategoryDataset.CategoryToolTipGenerator A category tool tip generator is an object that can be assigned to aCategoryItemRendererand that assumes responsibility for creating text items to be used as tooltips for the items in aCategoryPlot.ItemLabelPosition The attributes that control the position of the label for each data item on a chart. -
Classes in org.jfree.chart.labels used by org.jfree.chart.renderer.xy Class Description ItemLabelPosition The attributes that control the position of the label for each data item on a chart.XYItemLabelGenerator Interface for a label generator for plots that use data from anXYDataset.XYSeriesLabelGenerator A generator that creates labels for the series in anXYDataset.XYToolTipGenerator Interface for a tooltip generator for plots that use data from anXYDataset.