Class IntervalCategoryToolTipGenerator

All Implemented Interfaces:
Serializable, Cloneable, CategoryToolTipGenerator, PublicCloneable

A tooltip generator for plots that use data from an IntervalCategoryDataset.
See Also:
  • Field Details

  • Constructor Details

    • IntervalCategoryToolTipGenerator

      Creates a new generator with a default number formatter.
    • IntervalCategoryToolTipGenerator

      public IntervalCategoryToolTipGenerator(String labelFormat, NumberFormat formatter)
      Creates a new generator with the specified number formatter.
      Parameters:
      labelFormat - the label format string (null not permitted).
      formatter - the number formatter (null not permitted).
    • IntervalCategoryToolTipGenerator

      public IntervalCategoryToolTipGenerator(String labelFormat, DateFormat formatter)
      Creates a new generator with the specified date formatter.
      Parameters:
      labelFormat - the label format string (null not permitted).
      formatter - the date formatter (null not permitted).
  • Method Details

    • createItemArray

      protected Object[] createItemArray(CategoryDataset dataset, int row, int column)
      Creates the array of items that can be passed to the MessageFormat class for creating labels.
      Overrides:
      createItemArray in class AbstractCategoryItemLabelGenerator
      Parameters:
      dataset - the dataset (null not permitted).
      row - the row index (zero-based).
      column - the column index (zero-based).
      Returns:
      The items (never null).
    • equals

      public boolean equals(Object obj)
      Tests this tool tip generator for equality with an arbitrary object.
      Overrides:
      equals in class StandardCategoryToolTipGenerator
      Parameters:
      obj - the object (null permitted).
      Returns:
      A boolean.