XYPlot and
XYBlockRenderer.public class StandardContourToolTipGenerator extends java.lang.Object implements ContourToolTipGenerator, java.io.Serializable
ContourDataset.| Constructor and Description |
|---|
StandardContourToolTipGenerator()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
Tests if this object is equal to another.
|
java.lang.String |
generateToolTip(ContourDataset data,
int item)
Deprecated.
Generates a tooltip text item for a particular item within a series.
|
public StandardContourToolTipGenerator()
public java.lang.String generateToolTip(ContourDataset data, int item)
generateToolTip in interface ContourToolTipGeneratordata - the dataset.item - the item index (zero-based).public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - the other object.