| AreaChartDemo |
A simple demonstration application showing how to create an area chart using
data from a CategoryDataset.
|
| BarChart3DDemo1 |
A simple demonstration application showing how to create a vertical 3D bar
chart using data from a CategoryDataset.
|
| BarChart3DDemo2 |
A simple demonstration application showing how to create a horizontal 3D bar
chart using data from a CategoryDataset.
|
| BarChart3DDemo3 |
This demonstration shows a 3D bar chart with item labels displayed.
|
| BarChartDemo |
A simple demonstration application showing how to create a bar chart.
|
| BarChartDemo2 |
A simple demonstration application showing how to create a horizontal bar
chart.
|
| BarChartDemo3 |
A bar chart that uses a custom renderer to display different colors within a
series.
|
| BarChartDemo4 |
A bar chart with only two bars - here the 'maxBarWidth' attribute in the
renderer prevents the bars from getting too wide.
|
| BarChartDemo5 |
A simple demonstration application showing how to create a horizontal bar
chart.
|
| BarChartDemo6 |
Another horizontal bar chart demo.
|
| BarChartDemo7 |
A simple demonstration application showing how to create a bar chart with a
custom item label generator.
|
| BarChartDemo8 |
A simple demonstration application showing how to create a bar chart with a
custom item label generator.
|
| BoxAndWhiskerDemo |
Demonstration of a box-and-whisker chart using a CategoryPlot.
|
| BubblePlotDemo |
A bubble chart demo.
|
| BubblyBubblesDemo |
A demo that shows how matrix series can be used for charts that follow a
constantly changing grid input.
|
| BubblyBubblesDemo2 |
A demo that shows how matrix series can be used for charts that follow a
constantly changing grid input.
|
| CandlestickDemo |
A demo showing a candlestick chart.
|
| CategoryStepChartDemo |
A simple demonstration application showing how to create an area chart using
data from a CategoryDataset.
|
| ChartPanelSerializationTest |
This demo tests the ability to serialize/deserialize a ChartPanel.
|
| ChartTiming1 |
Draws a pie chart over and over for 10 seconds.
|
| ChartTiming2 |
Draws a scatter plot over and over for 10 seconds.
|
| ChartTiming3 |
Draws a scatter plot over and over for 10 seconds.
|
| ChartTiming4 |
Draws a scatter plot over and over for 10 seconds.
|
| CircleDrawer |
An implementation of the Drawable interface, to illustrate the use of
the XYDrawableAnnotation class.
|
| CombinedCategoryPlotDemo1 |
|
| CombinedCategoryPlotDemo2 |
|
| CombinedXYPlotDemo1 |
A demonstration application showing how to create a vertical combined chart.
|
| CombinedXYPlotDemo2 |
A demonstration application showing how to create a combined chart.
|
| CombinedXYPlotDemo3 |
A demonstration application showing how to create a combined chart using...
|
| CombinedXYPlotDemo4 |
A demonstration application showing how to create a vertical combined chart.
|
| CombinedXYPlotDemo5 |
A demonstration application showing how to create a combined chart using...
|
| CompassDemo |
A demo application showing how to use the CompassPlot class.
|
| CompassDemo2 |
A simple demonstration application showing how to...
|
| CompassFormatDemo |
|
| ContourPlotDemo |
A demonstration application to illustrate ContourPlot.
|
| ContourPlotDemo2 |
A demonstration application to illustrate ContourPlot.
|
| CrosshairDemo1 |
A simple demonstration of the crosshairs that can be displayed in an
XYPlot.
|
| CyclicXYPlotDemo |
Demo for an XY plot, with a cyclic axis and renderer
|
| DemoDatasetFactory |
A utility class for generating sample datasets for the demos.
|
| DescriptionPanel |
A panel containing a chart description.
|
| DifferenceChartDemo |
A simple demonstration of the XYDifferenceRenderer.
|
| DifferenceChartDemo2 |
|
| DualAxisDemo |
A simple demonstration application showing how to create a dual axis chart
based on data from two CategoryDataset instances.
|
| DualAxisDemo2 |
An example of a time series chart.
|
| DualAxisDemo3 |
A simple demonstration application showing how to create a dual axis chart
based on data from two CategoryDataset instances.
|
| DualAxisDemo4 |
A simple demonstration application showing how to create a dual axis chart
based on data from two CategoryDataset instances.
|
| DualAxisDemo5 |
This demo shows how to create a dual axis bar chart.
|
| DynamicDataDemo |
A demonstration application showing a time series chart where you can
dynamically add (random) data by clicking on a button.
|
| DynamicDataDemo2 |
A demonstration application showing a time series chart where you can
dynamically add (random) data by clicking on a button.
|
| DynamicDataDemo3 |
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.
|
| ExtendedStackedBarRenderer |
An extension of the StackedBarRenderer that can draw positive and
negative totals at the top and bottom of the stacked bars.
|
| FastScatterPlotDemo |
A demo of the fast scatter plot.
|
| First |
A simple introduction to using JFreeChart.
|
| GanttDemo1 |
A simple demonstration application showing how to create a Gantt chart.
|
| GanttDemo2 |
A simple demonstration application showing how to create a Gantt chart with
multiple bars per task.
|
| HighLowChartDemo |
A demo showing a high-low-open-close chart.
|
| HighLowChartDemo2 |
A demo showing a high-low-open-close chart with a moving average overlaid on
top.
|
| HistogramDemo |
|
| HistogramDemo2 |
|
| ImageMapDemo1 |
A demo showing how to create an HTML image map for a bar chart.
|
| ImageMapDemo2 |
A demo showing how to create an HTML image map for a pie chart.
|
| ImageMapDemo3 |
A demo showing the construction of HTML image maps for a time series chart.
|
| ImageMapDemo4 |
A demo showing how to create an HTML image map for a 3D bar chart.
|
| ImageMapDemo5 |
Creates an HTML image map for an area chart.
|
| ImageMapDemo6 |
Creates an HTML image map for a multiple pie chart.
|
| ImageMapDemo7 |
A demo showing how to create an HTML image map for a scatter plot.
|
| InternalFrameDemo |
A simple internal frame demo.
|
| IntervalBarChartDemo1 |
An interval bar chart.
|
| ItemLabelDemo1 |
A simple demo showing a label generator that only displays labels for items
with a value that is greater than some threshold.
|
| ItemLabelDemo2 |
A simple demo showing a label generator that displays labels that include a
percentage calculation.
|
| 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 demonstrations to
share chart generating code.
|
| LayeredBarChartDemo1 |
A simple demonstration application showing how to create a superimposed
horizontal bar chart.
|
| LayeredBarChartDemo2 |
A simple demonstration application showing how to create a superimposed
vertical bar chart.
|
| LegendManiaDemo |
A demo that shows legend positions and legend bounding box options.
|
| 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.
|
| LineChartDemo3 |
This line chart demo shows many series, each displaying a different shape.
|
| LineChartDemo4 |
A simple line chart using data from an XYDataset.
|
| LineChartDemo5 |
A line chart demo showing the use of a custom drawing supplier.
|
| LineChartDemo6 |
A simple demonstration application showing how to create a line chart using
data from an XYDataset.
|
| MarkerDemo1 |
A demo application.
|
| MeterChartDemo |
A meter chart demonstration application.
|
| MeterChartDemo2 |
In this demo, a meter chart is saved to a scaled image file.
|
| MinMaxCategoryPlotDemo |
A simple demonstration application showing how to create a min/max category
plot.
|
| MouseZoomDemo |
A simple demo showing mouse zooming.
|
| MovingAverageDemo |
An example showing the calculation of a moving average for a time series.
|
| MultipleAxisDemo1 |
This demo shows a time series chart that has multiple range axes.
|
| MultipleAxisDemo2 |
An example of....
|
| MultipleAxisDemo3 |
An example of....
|
| MultipleDatasetDemo1 |
A demo showing the addition and removal of multiple datasets / renderers.
|
| MultiplePieChartDemo1 |
A simple demonstration application showing how to create a chart consisting
of multiple pie charts.
|
| MultiplePieChartDemo2 |
|
| MultiplePieChartDemo3 |
A simple demonstration application showing how to create a chart consisting
of multiple pie charts.
|
| MultiplePieChartDemo4 |
A simple demonstration application showing how to create a chart consisting
of multiple pie charts.
|
| MultiShapesXYDemo |
A demonstration showing multiple shapes on an XYPlot.
|
| NormalDistributionDemo |
This demo shows a normal distribution function.
|
| OverlaidBarChartDemo |
A simple demonstration application showing how to create a bar chart overlaid
with a line chart.
|
| OverlaidBarChartDemo2 |
Another demo of an overlaid bar chart.
|
| OverlaidXYPlotDemo |
A demonstration application showing a time series chart overlaid with a
vertical XY bar chart.
|
| OverlaidXYPlotDemo2 |
A demonstration application showing an overlaid XY plot with dual range axes.
|
| PanScrollZoomDemo |
A demo for panning, scrolling and zooming.
|
| ParetoChartDemo |
A demo showing the creation of a pareto chart.
|
| Performance |
A basic performance test for a couple of common operations.
|
| Performance2 |
A basic performance test for a couple of common operations.
|
| PieChart3DDemo1 |
A simple demonstration application showing how to create a pie chart using
data from a DefaultPieDataset.
|
| PieChart3DDemo2 |
A rotating 3D pie chart.
|
| PieChart3DDemo3 |
A pie chart with no labels.
|
| PieChart3DDemo4 |
A pie chart with a custom label generator.
|
| PieChartDemo1 |
A simple demonstration application showing how to create a pie chart using
data from a DefaultPieDataset.
|
| PieChartDemo2 |
A simple demonstration application showing how to create a pie chart using
data from a DefaultPieDataset.
|
| PieChartDemo3 |
A pie chart with no data, to demonstrate the use of the setNoDataMessage(...)
method.
|
| PieChartDemo4 |
A simple demonstration application showing how to create a pie chart using
data from a DefaultPieDataset.
|
| PieChartDemo5 |
A pie chart with no section labels.
|
| PieChartDemo6 |
A pie chart with a custom label generator.
|
| PieChartDemo7 |
A demo showing four pie charts.
|
| PlotOrientationDemo |
A demo showing eight plots with various inverted axis and plot orientation
combinations.
|
| PlotOrientationDemo2 |
A demo showing eight plots with various inverted axis and plot orientation
combinations.
|
| PolarChartDemo |
PolarChartDemo demonstrates the capabilities of the
PolarPlot.
|
| PopulationChartDemo |
A population pyramid demo.
|
| PriceVolumeDemo |
A demonstration application showing how to create a price-volume 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.
|
| SampleXYZDataset |
A quick-and-dirty implementation of the interface.
|
| SampleYSymbolicDataset |
A dataset implementation that provides random data for a symbolic plot demo.
|
| ScatterPlotDemo |
A demo scatter plot.
|
| ScatterPlotDemo2 |
A demo scatter plot.
|
| ScatterPlotDemo3 |
A demo scatter plot with some code showing how to convert between Java2D
coordinates and (x, y) coordinates.
|
| ScatterPlotDemo4 |
|
| Second |
A simple demo.
|
| SecondaryDatasetDemo2 |
A demo showing the addition and removal of secondary datasets / renderers.
|
| SegmentedHighLowChartDemo |
A demo showing a daily and intraday segmented high-low-open-close charts.
|
| SerializationTest1 |
Based on the DynamicDataDemo class, this demo serializes and deserializes the
chart before displaying it - the idea is that this confirms that the
serialization process returns a working chart.
|
| SimpleIntervalXYDataset |
A quick and dirty sample dataset.
|
| SimpleIntervalXYDataset2 |
A quick and dirty sample dataset.
|
| SmallNumberDemo |
A demo showing the use of very small numbers in a dataset.
|
| StackedAreaChartDemo |
A simple demonstration application showing how to create a stacked area chart
using data from a CategoryDataset.
|
| StackedBarChart3DDemo |
A simple demonstration application showing how to create a stacked 3D bar
chart using data from a CategoryDataset.
|
| StackedBarChartDemo1 |
A simple demonstration application showing how to create a stacked bar chart
using data from a CategoryDataset.
|
| StackedBarChartDemo2 |
A simple demonstration application showing how to create a stacked bar chart
using data from a CategoryDataset.
|
| StackedBarChartDemo3 |
A simple demonstration application showing how to create a stacked bar chart
using data from a CategoryDataset.
|
| StackedBarChartDemo4 |
A simple demonstration application showing how to create a stacked bar chart
using data from a CategoryDataset.
|
| StackedXYAreaChartDemo |
A simple demonstration application showing how to create a stacked XY area
chart.
|
| StackedXYAreaChartDemo2 |
This demo shows the creation of a stacked XY area chart.
|
| StatisticalBarChartDemo |
Demonstration of the statistical bar graph.
|
| SurveyResultsDemo |
A horizontal bar chart showing survey results.
|
| SurveyResultsDemo2 |
A vertical bar chart.
|
| SurveyResultsDemo3 |
A chart showing...
|
| SymbolicChartDemo1 |
An example of...
|
| 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.
|
| TimePeriodValuesDemo |
An example of....
|
| TimePeriodValuesDemo2 |
An example of....
|
| TimePeriodValuesDemo3 |
This demo shows a bar chart with time based data where the time periods are
slightly irregular.
|
| TimeSeriesDemo |
An example of a time series chart.
|
| TimeSeriesDemo10 |
A demo showing a time series with per minute data.
|
| TimeSeriesDemo11 |
An example of....
|
| TimeSeriesDemo12 |
A demo.
|
| TimeSeriesDemo13 |
This demo shows two charts that use weekly data.
|
| 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.
|
| TimeSeriesDemo6 |
A time series chart with all zero data.
|
| TimeSeriesDemo7 |
A time series chart.
|
| TimeSeriesDemo8 |
A time series chart.
|
| TimeSeriesDemo9 |
An example of a time series chart.
|
| WaferMapChartDemo |
A simple demo showing a wafer map chart.
|
| WaterfallChartDemo |
A sample waterfall chart.
|
| WaterfallChartDemo2 |
A sample waterfall chart.
|
| WaterTemperatureDemo |
This demo shows a plot of water temperature at various depths.
|
| WindChartDemo |
A simple demonstration application showing how to create a wind chart.
|
| XMLBarChartDemo |
A simple demonstration application showing how to create a bar chart using
data from an XML data file.
|
| XMLPieChartDemo |
A simple demonstration application showing how to create a pie chart from
data in an XML file.
|
| XYAreaChartDemo |
A simple demonstration application showing how to create an area chart.
|
| XYAreaChartDemo2 |
A simple demonstration application showing how to create an area chart with a
date axis for the domain values.
|
| XYAreaChartTest |
A simple demonstration application showing how to create an area chart.
|
| XYBarChartDemo |
A simple demonstration application showing how to create a vertical bar
chart.
|
| XYBarChartDemo2 |
A simple demonstration application showing how to create a vertical bar
chart.
|
| XYBarChartDemo3 |
A simple demonstration application showing how to create a vertical bar
chart.
|
| XYBarChartDemo4 |
|
| XYBoxAndWhiskerDemo |
A demo showing a box and whisker chart.
|
| XYLineAndShapeRendererDemo |
|
| XYLogAxesDemo |
A demo showing the use of log axes.
|
| XYSeriesDemo |
|
| XYSeriesDemo2 |
Demo for XYSeries, where all the y values are the same.
|
| XYSeriesDemo3 |
|
| XYStepAreaChartDemo |
A simple demonstration application showing how to create a step area chart.
|
| XYStepChartDemo |
|
| XYTickLabelDemo |
An example which shows some bugs with tick labels in version 0.9.13
|
| YIntervalChartDemo |
A simple demonstration application showing how to create a Y Interval Chart.
|