Interface ChartCreator<T extends Descriptor>

All Known Implementing Classes:
HistogramChartCreator, LineChartCreator

public interface ChartCreator<T extends Descriptor>
Interface for classes that can create charts.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    createChartComponent(T descriptor)
    Creates and returns the chart components.
    void
    Resets the creator prior to creating a chart.
  • Method Details

    • createChartComponent

      JComponent createChartComponent(T descriptor)
      Creates and returns the chart components.
      Returns:
      the created chart components.
    • reset

      void reset()
      Resets the creator prior to creating a chart.