| org.jfree.chart.demo.TimeSeriesChartDemo1
TimeSeriesChartDemo1 | public class TimeSeriesChartDemo1 extends ApplicationFrame (Code) | | An example of a time series chart. For the most part, default settings are
used, except that the renderer is modified to show filled shapes (as well as
lines) at each data point.
|
Constructor Summary | |
public | TimeSeriesChartDemo1(String title) A demonstration application showing how to create a simple time series
chart. |
Method Summary | |
public static JPanel | createDemoPanel() Creates a panel for the demo (used by SuperDemo.java). | public static void | main(String[] args) Starting point for the demonstration application. |
TimeSeriesChartDemo1 | public TimeSeriesChartDemo1(String title)(Code) | | A demonstration application showing how to create a simple time series
chart. This example uses monthly data.
Parameters: title - the frame title. |
createDemoPanel | public static JPanel createDemoPanel()(Code) | | Creates a panel for the demo (used by SuperDemo.java).
A panel. |
main | public static void main(String[] args)(Code) | | Starting point for the demonstration application.
Parameters: args - ignored. |
|
|