org.jfree.chart.demo
Class BarChartDemo1

java.lang.Object
  extended byApplicationFrame
      extended byorg.jfree.chart.demo.BarChartDemo1

public class BarChartDemo1
extends ApplicationFrame

A simple demonstration application showing how to create a bar chart.

See Also:
Serialized Form

Constructor Summary
BarChartDemo1(java.lang.String title)
          Creates a new demo instance.
 
Method Summary
static void main(java.lang.String[] args)
          Starting point for the demonstration application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarChartDemo1

public BarChartDemo1(java.lang.String title)
Creates a new demo instance.

Parameters:
title - the frame title.
Method Detail

main

public static void main(java.lang.String[] args)
Starting point for the demonstration application.

Parameters:
args - ignored.