Class BoxAndWhiskerXYToolTipGenerator

All Implemented Interfaces:
Serializable, Cloneable, XYToolTipGenerator, org.jfree.util.PublicCloneable

An item label generator for plots that use data from a BoxAndWhiskerXYDataset.

The tooltip text and item label text are composed using a MessageFormat object, that can aggregate some or all of the following string values into a message.

0Series Name
1X (value or date)
2Mean
3Median
4Minimum
5Maximum
6Quartile 1
7Quartile 3
See Also:
  • Field Details

  • Constructor Details

    • BoxAndWhiskerXYToolTipGenerator

      Creates a default item label generator.
    • BoxAndWhiskerXYToolTipGenerator

      public BoxAndWhiskerXYToolTipGenerator(String toolTipFormat, DateFormat dateFormat, NumberFormat numberFormat)
      Creates a new item label generator. If the date formatter is not null, the x-values will be formatted as dates.
      Parameters:
      toolTipFormat - the tool tip format string (null not permitted).
      dateFormat - the date formatter (null permitted).
      numberFormat - the number formatter (null not permitted).
  • Method Details