Interface ChartEditorFactory

All Known Implementing Classes:
DefaultChartEditorFactory

public interface ChartEditorFactory
A factory for creating new ChartEditor instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an editor for the given chart.
  • Method Details