Package: mlreportgen.dom
Superclasses:
Map of hyperlink areas in image
Map of image areas, which are areas in an image that you can
click to open content in a browser or to navigate to another location
in the same page. You can create image maps in reports with PDF or
HTML output. Define areas using mlreportgen.dom.ImageArea
and
append them to the map.
creates
an empty image map. Use the map
= ImageMap()ImageMap.append
method
to add image areas to the map.
Method | Purpose |
---|---|
| Append an image area to this image map. |
Use | Clone this image map. |