Package org.jfree.chart.labels
Generators and other classes used for the display of item labels and tooltips.
-
Interface Summary Interface 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
.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.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
. -
Class Summary 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.BoxAndWhiskerToolTipGenerator An item label generator for plots that use data from aBoxAndWhiskerCategoryDataset
.BoxAndWhiskerXYToolTipGenerator An item label generator for plots that use data from aBoxAndWhiskerXYDataset
.CustomXYToolTipGenerator A tool tip generator that stores custom tooltips.HighLowItemLabelGenerator A standard item label generator for plots that use data from aHighLowDataset
.IntervalCategoryLabelGenerator A label generator for plots that use data from anIntervalCategoryDataset
.IntervalCategoryToolTipGenerator A tooltip generator for plots that use data from anIntervalCategoryDataset
.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.StandardCategoryLabelGenerator A standard label generator that can be used with aCategoryItemRenderer
.StandardCategoryToolTipGenerator A standard tool tip generator that can be used with aCategoryItemRenderer
.StandardContourToolTipGenerator A standard tooltip generator for plots that use data from anContourDataset
.StandardPieItemLabelGenerator A standard item label generator for plots that use data from aPieDataset
.StandardXYLabelGenerator A standard label generator for plots that use data from anXYDataset
.StandardXYToolTipGenerator A standard tool tip generator for use with anXYItemRenderer
.StandardXYZToolTipGenerator A standard item label generator for use withXYZDataset
data.SymbolicXYItemLabelGenerator A standard item label generator for plots that use data from anXYDataset
.