Package com.jrefinery.chart.demo

Demonstration applications for the JFreeChart class library.

See:
          Description

Class Summary
AreaChartDemo A simple demonstration application showing how to create an area chart using data from a CategoryDataset.
AreaXYChartDemo A simple demonstration application showing how to create an area chart.
CandlestickDemo A demo showing a candlestick chart.
ChartTiming1 Draws a pie chart over and over for 10 seconds.
CombinedXYPlotDemo A demonstration application showing a time series chart overlaid with a vertical XY bar chart.
CompassDemo A demo application showing how to use the CompassPlot class.
DemoDatasetFactory A utility class for generating sample datasets for the demos.
DescriptionPanel A panel containing a chart description.
DynamicDataDemo A demonstration application showing a time series chart where you can dynamically add (random) data by clicking on a button.
EmptyXYDataset An empty dataset for testing purposes.
EventFrequencyDemo A demo application showing how to display category data against a date axis.
FastScatterPlotDemo  
First A very simple demo.
GanttDemo A simple demonstration application showing how to create a Gantt chart.
HorizontalBar3DDemo A simple demonstration application showing how to create a horizontal 3D bar chart using data from a CategoryDataset.
HorizontalBarChartDemo A simple demonstration application showing how to create a horizontal bar chart.
HorizontalBarChartDemo2 Another horizontal bar chart demo.
ImageMapDemo1 A demo showing how to create an HTML image map with JFreeChart.
ImageMapDemo2 Another demo showing how to create an HTML image map with JFreeChart.
ImageMapDemo3 A demo showing the construction of HTML image maps with JFreeChart.
IntervalBarChartDemo An interval bar chart.
JFreeChartAppletDemo A simple applet containing two sample charts in a JTabbedPane.
JFreeChartDemo The main frame in the chart demonstration application.
JFreeChartDemoBase A simple class that allows the swing and servlet chart demostrations to share chart generating code.
JFreeChartServletDemo A servlet demonstration, contributed by Wolfgang Irler.
LineChartDemo1 A simple demonstration application showing how to create a line chart using data from a CategoryDataset.
LineChartDemo2 A simple demonstration application showing how to create a line chart using data from an XYDataset.
MeterPlotDemo A meter chart demonstration application.
MinMaxCategoryPlotDemo A simple demonstration application showing how to create a min/max category plot.
MouseZoomDemo A simple demo showing mouse zooming.
MultiPieChartDemo A simple demonstration application showing how to create a chart consisting of multiple pie charts.
MultiShapesXYDemo A demonstration showing multiple shapes on an XYPlot.
OverlaidBarChartDemo A simple demonstration application showing how to create a vertical bar chart overlaid with a line chart.
OverlaidCategoryChartDemo An overlaid category chart.
OverlaidXYPlotDemo A demonstration application showing a time series chart overlaid with a vertical XY bar chart.
Performance A basic performance test for a couple of common operations.
Performance2 A basic performance test for a couple of common operations.
Pie3DChartDemo1 A simple demonstration application showing how to create a pie chart using data from a DefaultPieDataset.
Pie3DChartDemo2 A rotating 3D pie chart.
PieChartDemo1 A simple demonstration application showing how to create a pie chart using data from a DefaultPieDataset.
PriceVolumeDemo A demonstration application showing a time series chart overlaid with a vertical XY bar chart.
SampleSignalDataset A sample signal dataset.
SampleXYDataset A dummy dataset for an XY plot.
SampleXYDataset2 Random data for a scatter plot demo.
SampleXYDatasetThread Implements the runnable interface and updates the SampleXYDataset.
SampleXYSymbolicDataset Random data for a symbolic plot demo.
SampleYSymbolicDataset Random data for a symbolic plot demo.
ScatterPlotDemo A demo scatter plot.
ScatterPlotDemo2 A demo scatter plot.
ScatterPlotDemo3 Small demo to test bug report 599411.
ScatterPlotDemo4 A demo scatter plot.
Second A simple demo.
SimpleIntervalXYDataset A quick and dirty sample dataset.
StackedAreaChartDemo A simple demonstration application showing how to create a stacked area chart using data from a CategoryDataset.
StatisticalBarChartDemo Demonstration of the statistical bar graph.
SymbolicXYPlotDemo A demonstration application for the symbolic XY plots.
SymbolicYPlotDemo A demonstration application for the symbolic axis plots.
ThermometerDemo A demonstration application for the thermometer plot.
ThermometerDemo2 A simple demonstration application showing how to create a thermometer.
TimeSeriesDemo An example of a time series chart.
TimeSeriesDemo2 A demo showing a time series (quarterly data) with a null value.
TimeSeriesDemo3 A time series demo, with monthly data, where the tick unit on the axis is set to one month also (this switches off the auto tick unit selection, and *can* result in overlapping labels).
TimeSeriesDemo4 An example of a time series chart using hourly data and including a null value.
TimeSeriesDemo5 A time series chart with 4000 data points, to get an idea of how JFreeChart performs with a larger dataset.
VerticalBarChart3DDemo A simple demonstration application showing how to create a vertical 3D bar chart using data from a CategoryDataset.
VerticalBarChartDemo A simple demonstration application showing how to create a vertical bar chart.
VerticalBarChartDemo2 A bar chart with just one series.
VerticalXYBarChartDemo A simple demonstration application showing how to create a vertical bar chart.
XYLogAxesDemo A demo showing the use of log axes.
XYSeriesDemo A simple demo for XYSeries.
XYSeriesDemo2 Demo for XYSeries, where all the y values are the same.
XYStepChartDemo A demonstration of the XYStepRenderer class.
 

Package com.jrefinery.chart.demo Description

Demonstration applications for the JFreeChart class library.