public class

StandardContourToolTipGenerator

extends Object
implements Serializable ContourToolTipGenerator
java.lang.Object
   ↳ org.jfree.chart.labels.StandardContourToolTipGenerator

This class is 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.

Class Overview

A standard tooltip generator for plots that use data from an ContourDataset.

Summary

Public Constructors
StandardContourToolTipGenerator()
Public Methods
boolean equals(Object obj)
Tests if this object is equal to another.
String generateToolTip(ContourDataset data, int item)
Generates a tooltip text item for a particular item within a series.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.jfree.chart.labels.ContourToolTipGenerator

Public Constructors

public StandardContourToolTipGenerator ()

Public Methods

public boolean equals (Object obj)

Tests if this object is equal to another.

Parameters
obj the other object.
Returns
  • A boolean.

public String generateToolTip (ContourDataset data, int item)

Generates a tooltip text item for a particular item within a series.

Parameters
data the dataset.
item the item index (zero-based).
Returns
  • The tooltip text.