- java.lang.Object
-
- org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator
-
- All Implemented Interfaces:
ToolTipTagFragmentGenerator
public class OverLIBToolTipTagFragmentGenerator extends Object implements ToolTipTagFragmentGenerator
Generates tooltips using the OverLIB library (http://www.bosrup.com/web/overlib/).
-
-
Constructor Summary
Constructors Constructor Description OverLIBToolTipTagFragmentGenerator()Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateToolTipFragment(String toolTipText)Generates a tooltip string to go in an HTML image map.
-
-
-
Constructor Detail
-
OverLIBToolTipTagFragmentGenerator
public OverLIBToolTipTagFragmentGenerator()
Creates a new instance.
-
-
Method Detail
-
generateToolTipFragment
public String generateToolTipFragment(String toolTipText)
Generates a tooltip string to go in an HTML image map.- Specified by:
generateToolTipFragmentin interfaceToolTipTagFragmentGenerator- Parameters:
toolTipText- the tooltip text.- Returns:
- The formatted HTML area tag attribute(s).
-
-