Class BarChartDemo3

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.jfree.ui.ApplicationFrame
org.jfree.chart.demo.BarChartDemo3
All Implemented Interfaces:
WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class BarChartDemo3
extends org.jfree.ui.ApplicationFrame
A bar chart that uses a custom renderer to display different colors within a series. No legend is displayed because there is only one series but the colors are not consistent.
See Also:
Serialized Form
  • Constructor Details

    • BarChartDemo3

      public BarChartDemo3​(String title)
      Creates a new demo.
      Parameters:
      title - the frame title.
  • Method Details

    • main

      public static void main​(String[] args)
      Starting point for the demonstration application.
      Parameters:
      args - ignored.