Java org.jfree.chart.imagemap ImageMapUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.imagemap ImageMapUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.imagemap ImageMapUtilities.

The text is from its open source code.

Method

StringgetImageMap(String name, ChartRenderingInfo info)
Creates an image map element that complies with the XHTML 1.0 specification.
StringgetImageMap(String name, ChartRenderingInfo info, ToolTipTagFragmentGenerator toolTipTagFragmentGenerator, URLTagFragmentGenerator urlTagFragmentGenerator)
Creates an image map element that complies with the XHTML 1.0 specification.
voidwriteImageMap(PrintWriter writer, String name, ChartRenderingInfo info)
Writes an image map to an output stream.