com.jrefinery.chart.demo
Class IntervalBarChartDemo

java.lang.Object
  |
  +--com.jrefinery.chart.demo.IntervalBarChartDemo

public class IntervalBarChartDemo
extends java.lang.Object

An interval bar chart.

Author:
JB

Constructor Summary
IntervalBarChartDemo()
          Creates a new demo.
 
Method Summary
 JFreeChart getChart()
          Returns the chart.
static void main(java.lang.String[] args)
          Starting point for the demo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntervalBarChartDemo

public IntervalBarChartDemo()
Creates a new demo.
Method Detail

getChart

public JFreeChart getChart()
Returns the chart.
Returns:
the chart.

main

public static void main(java.lang.String[] args)
Starting point for the demo.
Parameters:
args - ignored.