org.jfree.chart.imagemap
public interface ToolTipTagFragmentGenerator
XHTML 1.0
compliant.
Method Summary | |
---|---|
String | generateToolTipFragment(String toolTipText)
Generates a tooltip string to go in an HTML image map. |
toolTipText
may have been generated from
user-defined data, so care should be taken to filter/escape any
characters that may corrupt the HTML tag.
Parameters: toolTipText the tooltip.
Returns: The formatted HTML area tag attribute(s).