com.jrefinery.chart.demo
Class StatisticalBarChartDemo

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

public class StatisticalBarChartDemo
extends java.lang.Object

Demonstration of the statistical bar graph.

Author:
PC

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

Constructor Detail

StatisticalBarChartDemo

public StatisticalBarChartDemo()
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)
For testing from the command line.
Parameters:
args - ignored.