Package org.jfree.chart.demo
Class IntervalBarChartDemo1
java.lang.Object
org.jfree.chart.demo.IntervalBarChartDemo1
public class IntervalBarChartDemo1 extends Object
An interval bar chart.
- Author:
- Jeremy Bowman
-
Constructor Summary
Constructors Constructor Description IntervalBarChartDemo1()Creates a new demo. -
Method Summary
Modifier and Type Method Description JFreeChartgetChart()Returns the chart.static voidmain(String[] args)Starting point for the demo.
-
Constructor Details
-
IntervalBarChartDemo1
public IntervalBarChartDemo1()Creates a new demo.
-
-
Method Details
-
getChart
Returns the chart.- Returns:
- the chart.
-
main
Starting point for the demo.- Parameters:
args- ignored.
-