|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.labels.StandardPieToolTipGenerator
StandardPieItemLabelGenerator.
A standard tool tip generator for plots that use data from a PieDataset.
| Constructor Summary | |
StandardPieToolTipGenerator()
Deprecated. Creates a tool tip generator with a default number formatter. |
|
StandardPieToolTipGenerator(java.text.NumberFormat formatter)
Deprecated. Creates a tool tip generator with the specified number formatter. |
|
| Method Summary | |
java.lang.Object |
clone()
Deprecated. Returns an independent copy of the generator. |
boolean |
equals(java.lang.Object o)
Deprecated. Tests if this object is equal to another. |
java.lang.String |
generateToolTip(PieDataset data,
java.lang.Comparable key,
int pieIndex)
Deprecated. Generates a tool tip text item for one section in a pie chart. |
java.text.NumberFormat |
getNumberFormat()
Deprecated. Returns the number formatter. |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StandardPieToolTipGenerator()
public StandardPieToolTipGenerator(java.text.NumberFormat formatter)
formatter - the number formatter.| Method Detail |
public java.text.NumberFormat getNumberFormat()
public java.lang.String generateToolTip(PieDataset data,
java.lang.Comparable key,
int pieIndex)
generateToolTip in interface PieItemLabelGeneratordata - the dataset.key - the item key.pieIndex - the pie index (ignored).
null).
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - should not happen.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 | |||||||||