I have a heavily customized XYPlot that contains a large number of XYPolygonAnnotations. I'd like to handle tooltip generation in a manner similar to that allowed for the XY data in an XYPlot... but I can't find any mention of such a capability in the developer's guide.
Am I missing something? Or does anyone have any ideas about how I might go about adding this capability?
Thanks!
setToolTipGenerator() for XYAnnotations in an XYPlot?
-
- Posts: 21
- Joined: Sat Jan 05, 2008 2:14 am
Code: Select all
org.jfree.chart.annotations.XYPolygonAnnotation
Code: Select all
public String getToolTipText()
public void setToolTipText(String text)
-
- Posts: 21
- Joined: Sat Jan 05, 2008 2:14 am