Generators and other classes used for the display of item labels and tooltips.
See: Description
Interface Summary | |
---|---|
CategoryItemLabelGenerator | A category item label generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as labels for the items in a CategoryPlot. |
CategorySeriesLabelGenerator | A generator that creates labels for the series in a CategoryDataset. |
CategoryToolTipGenerator | A category tool tip generator is an object that can be assigned to a CategoryItemRenderer and that assumes responsibility for creating text items to be used as tooltips for the items in a CategoryPlot. |
ContourToolTipGenerator | Interface for a tooltip generator for plots that use data from a ContourDataset. |
PieSectionLabelGenerator | Interface for a label generator for plots that use data from a PieDataset. |
PieToolTipGenerator | A tool tip generator that is used by the PiePlot class. |
XYItemLabelGenerator | Interface for a label generator for plots that use data from an XYDataset. |
XYSeriesLabelGenerator | A generator that creates labels for the series in an XYDataset. |
XYToolTipGenerator | Interface for a tooltip generator for plots that use data from an XYDataset. |
XYZToolTipGenerator | Interface for a tooltip generator for plots that use data from an XYZDataset. |
Class Summary | |
---|---|
AbstractCategoryItemLabelGenerator | A base class that can be used to create a label or tooltip generator that can be assigned to a CategoryItemRenderer. |
AbstractPieItemLabelGenerator | A base class used for generating pie chart item labels. |
AbstractXYItemLabelGenerator | A base class for creating item label generators. |
BoxAndWhiskerToolTipGenerator | An item label generator for plots that use data from a BoxAndWhiskerCategoryDataset. |
BoxAndWhiskerXYToolTipGenerator | An item label generator for plots that use data from a BoxAndWhiskerXYDataset. |
BubbleXYItemLabelGenerator | An item label generator defined for use with the XYBubbleRenderer class, or any other class that uses an XYZDataset. |
CustomXYToolTipGenerator | A tool tip generator that stores custom tooltips. |
HighLowItemLabelGenerator | A standard item label generator for plots that use data from a OHLCDataset. |
IntervalCategoryItemLabelGenerator | A label generator for plots that use data from an IntervalCategoryDataset. |
IntervalCategoryToolTipGenerator | A tooltip generator for plots that use data from an IntervalCategoryDataset. |
IntervalXYItemLabelGenerator | An item label generator for datasets that implement the IntervalXYDataset interface. |
ItemLabelAnchor | An enumeration of the positions that a value label can take, relative to an item in a CategoryPlot. |
ItemLabelPosition | The attributes that control the position of the label for each data item on a chart. |
MultipleXYSeriesLabelGenerator | A series label generator for plots that use data from an XYDataset. |
StandardCategoryItemLabelGenerator | A standard label generator that can be used with a CategoryItemRenderer. |
StandardCategorySeriesLabelGenerator | A standard series label generator for plots that use data from a CategoryDataset. |
StandardCategoryToolTipGenerator | A standard tool tip generator that can be used with a CategoryItemRenderer. |
StandardContourToolTipGenerator | A standard tooltip generator for plots that use data from an ContourDataset. |
StandardPieSectionLabelGenerator | A standard item label generator for plots that use data from a PieDataset. |
StandardPieToolTipGenerator | A standard item label generator for plots that use data from a PieDataset. |
StandardXYItemLabelGenerator | A standard item label generator for plots that use data from an XYDataset. |
StandardXYSeriesLabelGenerator | A standard series label generator for plots that use data from an XYDataset. |
StandardXYToolTipGenerator | A standard tool tip generator for use with an XYItemRenderer. |
StandardXYZToolTipGenerator | A standard item label generator for use with XYZDataset data. |
SymbolicXYItemLabelGenerator | A standard item label generator for plots that use data from an XYDataset. |