Package org.jfree.chart.demo
Class ImageMapDemo5
java.lang.Object
org.jfree.chart.demo.ImageMapDemo5
public class ImageMapDemo5 extends Object
Creates an HTML image map for an area chart. This demo was put together as a
test for bug report 815817.
-
Constructor Summary
Constructors Constructor Description ImageMapDemo5()
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
-
ImageMapDemo5
public ImageMapDemo5()Default constructor.
-
-
Method Details
-
saveImageAndHTML
public void saveImageAndHTML()Saves the chart image and HTML. -
main
Starting point for the demo.- Parameters:
args
- ignored.
-