public interface

ChartEditor

org.jfree.chart.editor.ChartEditor

Class Overview

A chart editor is typically a JComponent containing a user interface for modifying the properties of a chart.

Summary

Public Methods
abstract void updateChart(JFreeChart chart)
Applies the changes to the specified chart.

Public Methods

public abstract void updateChart (JFreeChart chart)

Applies the changes to the specified chart.

Parameters
chart the chart.