org.jfree.chart.imagemap
Class StandardURLTagFragmentGenerator
java.lang.Object
org.jfree.chart.imagemap.StandardURLTagFragmentGenerator
- All Implemented Interfaces:
- URLTagFragmentGenerator
public class StandardURLTagFragmentGenerator
- extends Object
- implements URLTagFragmentGenerator
Generates URLs using the HTML href attribute for image map area tags.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardURLTagFragmentGenerator
public StandardURLTagFragmentGenerator()
- Creates a new instance.
generateURLFragment
public String generateURLFragment(String urlText)
- Generates a URL string to go in an HTML image map.
- Specified by:
generateURLFragment
in interface URLTagFragmentGenerator
- Parameters:
urlText
- the URL text (fully escaped).
- Returns:
- The formatted text
Copyright © 2001-2012 JFree.org. All Rights Reserved.