public class

BarChartDemo1

extends ApplicationFrame
java.lang.Object
   ↳ ApplicationFrame
     ↳ org.jfree.chart.demo.BarChartDemo1

Class Overview

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

Summary

Public Constructors
BarChartDemo1(String title)
Creates a new demo instance.
Public Methods
static void main(String[] args)
Starting point for the demonstration application.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BarChartDemo1 (String title)

Creates a new demo instance.

Parameters
title the frame title.

Public Methods

public static void main (String[] args)

Starting point for the demonstration application.

Parameters
args ignored.