|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLTagFragmentGenerator
Interface for generating the URL fragment of an HTML image map area tag.
Method Summary | |
---|---|
String |
generateURLFragment(String urlText)
Generates a URL string to go in an HTML image map. |
Method Detail |
---|
String generateURLFragment(String urlText)
urlText
will be created by a URL generator
(such as CategoryURLGenerator
, PieURLGenerator
,
XYURLGenerator
or XYZURLGenerator
) and that generator is
responsible for ensuring that the URL text is correctly escaped.
urlText
- the URL text (fully escaped).
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |