| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JFrameorg.jfree.chart.ChartFramepublic class ChartFrameextends JFrameConstructor Summary | |
| |
| |
Method Summary | |
ChartPanel |
|
public ChartFrame(String title, JFreeChart chart)
Constructs a frame for a chart.
- Parameters:
title- the frame title.chart- the chart.
public ChartFrame(String title, JFreeChart chart, boolean scrollPane)
Constructs a frame for a chart.
- Parameters:
title- the frame title.chart- the chart.scrollPane- iftrue, put the Chart(Panel) into a JScrollPane.
public ChartPanel getChartPanel()
Returns the chart panel for the frame.
- Returns:
- The chart panel.