org.jfree.chart.imagemap

Interface URLTagFragmentGenerator

public interface URLTagFragmentGenerator

Interface for generating the URL fragment of an HTML image map area tag.
Method Summary
StringgenerateURLFragment(String urlText)
Generates a URL string to go in an HTML image map.

Method Detail

generateURLFragment

public String generateURLFragment(String urlText)
Generates a URL string to go in an HTML image map.

Parameters: urlText the URL.

Returns: The formatted HTML area tag attribute(s).