Package org.jfree.chart.demo
Class ImageMapDemo6
java.lang.Object
org.jfree.chart.demo.ImageMapDemo6
public class ImageMapDemo6 extends Object
Creates an HTML image map for a multiple pie chart.
-
Constructor Summary
Constructors Constructor Description ImageMapDemo6()
Default constructor. -
Method Summary
Modifier and Type Method Description static void
main(String[] args)
Starting point for the demo.void
saveImageAndHTML()
Saves the chart image and HTML.
-
Constructor Details
-
ImageMapDemo6
public ImageMapDemo6()Default constructor.
-
-
Method Details
-
saveImageAndHTML
public void saveImageAndHTML()Saves the chart image and HTML. -
main
Starting point for the demo.- Parameters:
args
- ignored.
-