Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
JFrame
org.jfree.chart.ChartFrame
public class ChartFrame
extends JFrame
Constructor 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.