Class StandardContourToolTipGenerator

java.lang.Object
org.jfree.chart.labels.StandardContourToolTipGenerator
All Implemented Interfaces:
Serializable, ContourToolTipGenerator

public class StandardContourToolTipGenerator extends Object implements ContourToolTipGenerator, Serializable
Deprecated.
This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
A standard tooltip generator for plots that use data from an ContourDataset.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      For serialization.
      See Also:
    • valueForm

      private DecimalFormat valueForm
      Deprecated.
      The number formatter.
  • Constructor Details

    • StandardContourToolTipGenerator

      public StandardContourToolTipGenerator()
      Deprecated.
  • Method Details

    • generateToolTip

      public String generateToolTip(ContourDataset data, int item)
      Deprecated.
      Generates a tooltip text item for a particular item within a series.
      Specified by:
      generateToolTip in interface ContourToolTipGenerator
      Parameters:
      data - the dataset.
      item - the item index (zero-based).
      Returns:
      The tooltip text.
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Tests if this object is equal to another.
      Overrides:
      equals in class Object
      Parameters:
      obj - the other object.
      Returns:
      A boolean.