|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.labels.HighLowToolTipGenerator
A standard tooltip generator for plots that use data from a HighLowDataset.
| Constructor Summary | |
HighLowToolTipGenerator()
Creates a tool tip generator using the default date format. |
|
HighLowToolTipGenerator(java.text.DateFormat formatter)
Creates a tool tip generator using the supplied date formatter. |
|
| Method Summary | |
java.lang.Object |
clone()
Returns an independent copy of the generator. |
boolean |
equals(java.lang.Object o)
Tests if this object is equal to another. |
java.lang.String |
generateToolTip(XYDataset data,
int series,
int item)
Generates a tooltip text item for a particular item within a series. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HighLowToolTipGenerator()
public HighLowToolTipGenerator(java.text.DateFormat formatter)
formatter - the date formatter.| Method Detail |
public java.lang.String generateToolTip(XYDataset data,
int series,
int item)
generateToolTip in interface XYToolTipGeneratordata - the dataset.series - the series (zero-based index).item - the item (zero-based index).
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface org.jfree.util.PublicCloneablejava.lang.CloneNotSupportedException - if cloning is not supported.public boolean equals(java.lang.Object o)
o - the other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||