public interface ToolTipTagFragmentGenerator
XHTML 1.0 compliant.| Modifier and Type | Method and Description |
|---|---|
String |
generateToolTipFragment(String toolTipText)
Generates a tooltip string to go in an HTML image map.
|
String generateToolTipFragment(String toolTipText)
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.toolTipText - the tooltip.Copyright © 2001–2017 JFree.org. All rights reserved.