public class ChartEditorWrapper extends Object implements ChartEditor
Modifier and Type | Field and Description |
---|---|
protected JFreeChart |
chart |
protected org.jfree.chart.editor.ChartEditor |
chartEditor |
Constructor and Description |
---|
ChartEditorWrapper() |
Modifier and Type | Method and Description |
---|---|
JFreeChart |
getChart() |
org.jfree.chart.editor.ChartEditor |
getChartEditor() |
JPanel |
getPanel() |
void |
setChart(JFreeChart chart) |
void |
setChartEditor(org.jfree.chart.editor.ChartEditor chartEditor) |
void |
updateChart() |
protected org.jfree.chart.editor.ChartEditor chartEditor
protected JFreeChart chart
public JFreeChart getChart()
public void setChart(JFreeChart chart)
public org.jfree.chart.editor.ChartEditor getChartEditor()
public void setChartEditor(org.jfree.chart.editor.ChartEditor chartEditor)
public void updateChart()
updateChart
in interface ChartEditor
public JPanel getPanel()
getPanel
in interface ChartEditor