| javax.swing.JFrame org.jfree.chart.ChartFrame
ChartFrame | public class ChartFrame extends JFrame (Code) | | A frame for displaying a chart.
|
ChartFrame | public ChartFrame(String title, JFreeChart chart)(Code) | | Constructs a frame for a chart.
Parameters: title - the frame title. Parameters: chart - the chart. |
ChartFrame | public ChartFrame(String title, JFreeChart chart, boolean scrollPane)(Code) | | Constructs a frame for a chart.
Parameters: title - the frame title. Parameters: chart - the chart. Parameters: scrollPane - if true , put the Chart(Panel) into a JScrollPane. |
getChartPanel | public ChartPanel getChartPanel()(Code) | | Returns the chart panel for the frame.
The chart panel. |
|
|