| java.lang.Object | |
| ↳ | org.jfree.chart.imagemap.ImageMapUtilities |
Collection of utility methods related to producing image maps.
Functionality was originally in ChartUtilities.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an image map element that complies with the XHTML 1.0
specification.
| |||||||||||
Creates an image map element that complies with the XHTML 1.0
specification.
| |||||||||||
Returns a string that is equivalent to the input string, but with
special characters converted to HTML escape sequences.
| |||||||||||
Returns a string that is equivalent to the input string, but with
special characters converted to JavaScript escape sequences.
| |||||||||||
Writes an image map to an output stream.
| |||||||||||
Writes an image map to an output stream.
| |||||||||||
Writes an image map to an output stream.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates an image map element that complies with the XHTML 1.0 specification.
| name | the map name (null not permitted). |
|---|---|
| info | the chart rendering info (null not permitted). |
Creates an image map element that complies with the XHTML 1.0 specification.
| name | the map name (null not permitted). |
|---|---|
| info | the chart rendering info (null not permitted). |
| toolTipTagFragmentGenerator | a generator for the HTML fragment
that will contain the tooltip text (null not permitted
if info contains tooltip information). |
| urlTagFragmentGenerator | a generator for the HTML fragment that
will contain the URL reference (null not permitted if
info contains URLs). |
Returns a string that is equivalent to the input string, but with special characters converted to HTML escape sequences.
| input | the string to escape (null not permitted). |
|---|
Returns a string that is equivalent to the input string, but with special characters converted to JavaScript escape sequences.
| input | the string to escape (null not permitted). |
|---|
Writes an image map to an output stream.
| writer | the writer (null not permitted). |
|---|---|
| name | the map name (null not permitted). |
| info | the chart rendering info (null not permitted). |
| IOException | if there are any I/O errors. |
|---|
Writes an image map to an output stream.
| writer | the writer (null not permitted). |
|---|---|
| name | the map name (null not permitted). |
| info | the chart rendering info (null not permitted). |
| toolTipTagFragmentGenerator | a generator for the HTML fragment
that will contain the tooltip text (null not permitted
if info contains tooltip information). |
| urlTagFragmentGenerator | a generator for the HTML fragment that
will contain the URL reference (null not permitted if
info contains URLs). |
| IOException | if there are any I/O errors. |
|---|
Writes an image map to an output stream.
| writer | the writer (null not permitted). |
|---|---|
| name | the map name (null not permitted). |
| info | the chart rendering info (null not permitted). |
| useOverLibForToolTips | whether to use OverLIB for tooltips (http://www.bosrup.com/web/overlib/). |
| IOException | if there are any I/O errors. |
|---|