| java.lang.Object org.jfree.chart.labels.StandardContourToolTipGenerator
Method Summary | |
public boolean | equals(Object obj) Tests if this object is equal to another.
Parameters: obj - the other object. | public String | generateToolTip(ContourDataset data, int item) Generates a tooltip text item for a particular item within a series.
Parameters: data - the dataset. Parameters: item - the item index (zero-based). |
equals | public boolean equals(Object obj)(Code) | | Tests if this object is equal to another.
Parameters: obj - the other object. A boolean. |
generateToolTip | public String generateToolTip(ContourDataset data, int item)(Code) | | Generates a tooltip text item for a particular item within a series.
Parameters: data - the dataset. Parameters: item - the item index (zero-based). The tooltip text. |
|
|