Package org.jfree.chart.imagemap
Class StandardURLTagFragmentGenerator
- java.lang.Object
-
- org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
-
- All Implemented Interfaces:
URLTagFragmentGenerator
public class StandardURLTagFragmentGenerator extends java.lang.Object implements URLTagFragmentGenerator
Generates URLs using the HTML href attribute for image map area tags.
-
-
Constructor Summary
Constructors Constructor Description StandardURLTagFragmentGenerator()
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
generateURLFragment(java.lang.String urlText)
Generates a URL string to go in an HTML image map.
-
-
-
Method Detail
-
generateURLFragment
public java.lang.String generateURLFragment(java.lang.String urlText)
Generates a URL string to go in an HTML image map.- Specified by:
generateURLFragment
in interfaceURLTagFragmentGenerator
- Parameters:
urlText
- the URL text (fully escaped).- Returns:
- The formatted text
-
-