Package view

Class StatisticsChart

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class StatisticsChart extends JPanel
The StatisticsChart class represents a panel that displays a pie chart based on the statistics of a game. It uses the JFreeChart library to create and display the chart.
Author:
Michael Neuper michael@michaelneuper.com
See Also:
  • Constructor Details

    • StatisticsChart

      public StatisticsChart()
      Creates new form StatisticsChart