Uses of Package
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.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
-
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
.AbstractXYItemLabelGenerator A base class for creating item label generators.CategoryLabelGenerator A category item label generator is an object that can be assigned to aCategoryItemRenderer
and 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 aCategoryItemRenderer
and that assumes responsibility for creating text items to be used as tooltips for the items in aCategoryPlot
.ContourToolTipGenerator Interface for a tooltip generator for plots that use data from aContourDataset
.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 thePiePlot
class.StandardCategoryLabelGenerator 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
.XYLabelGenerator Interface for a label generator for plots that use data from 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 ContourToolTipGenerator Interface for a tooltip generator for plots that use data from aContourDataset
.PieSectionLabelGenerator Interface for a label generator for plots that use data from aPieDataset
.PieToolTipGenerator A tool tip generator that is used by thePiePlot
class. -
Classes in org.jfree.chart.labels used by org.jfree.chart.renderer Class Description CategoryLabelGenerator A category item label generator is an object that can be assigned to aCategoryItemRenderer
and 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 aCategoryItemRenderer
and that assumes responsibility for creating text items to be used as tooltips for the items in aCategoryPlot
.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.XYLabelGenerator Interface for a label generator for plots that use data from anXYDataset
.XYToolTipGenerator Interface for a tooltip generator for plots that use data from anXYDataset
.