Interface | Description |
---|---|
ToolTipTagFragmentGenerator |
Interface for generating the tooltip fragment of an HTML image map area tag.
|
URLTagFragmentGenerator |
Interface for generating the URL fragment of an HTML image map area tag.
|
Class | Description |
---|---|
ImageMapUtilities |
Collection of utility methods related to producing image maps.
|
OverLIBToolTipTagFragmentGenerator |
Generates tooltips using the OverLIB library
(http://www.bosrup.com/web/overlib/).
|
StandardToolTipTagFragmentGenerator |
Generates tooltips using the HTML title attribute for image map area tags.
|
StandardURLTagFragmentGenerator |
Generates URLs using the HTML href attribute for image map area tags.
|