static JFreeChart |
ChartFactory.createAreaChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset) |
Creates an area chart with default settings.
|
static JFreeChart |
ChartFactory.createAreaChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates an area chart with default settings.
|
static JFreeChart |
ChartFactory.createBarChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset) |
Creates a bar chart with a vertical orientation.
|
static JFreeChart |
ChartFactory.createBarChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a bar chart.
|
static JFreeChart |
ChartFactory.createBarChart3D(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset) |
Creates a bar chart with a 3D effect.
|
static JFreeChart |
ChartFactory.createBarChart3D(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a bar chart with a 3D effect.
|
static JFreeChart |
ChartFactory.createBoxAndWhiskerChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
BoxAndWhiskerCategoryDataset dataset,
boolean legend) |
|
static JFreeChart |
ChartFactory.createBoxAndWhiskerChart(String title,
String timeAxisLabel,
String valueAxisLabel,
BoxAndWhiskerXYDataset dataset,
boolean legend) |
Creates and returns a default instance of a box and whisker chart.
|
static JFreeChart |
ChartFactory.createBubbleChart(String title,
String xAxisLabel,
String yAxisLabel,
XYZDataset dataset) |
Creates a bubble chart with default settings.
|
static JFreeChart |
ChartFactory.createBubbleChart(String title,
String xAxisLabel,
String yAxisLabel,
XYZDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a bubble chart with default settings.
|
static JFreeChart |
ChartFactory.createCandlestickChart(String title,
String timeAxisLabel,
String valueAxisLabel,
OHLCDataset dataset,
boolean legend) |
Creates and returns a default instance of a candlesticks chart.
|
static JFreeChart |
ChartFactory.createGanttChart(String title,
String categoryAxisLabel,
String dateAxisLabel,
IntervalCategoryDataset dataset) |
Creates a Gantt chart using the supplied attributes plus default values
where required.
|
static JFreeChart |
ChartFactory.createGanttChart(String title,
String categoryAxisLabel,
String dateAxisLabel,
IntervalCategoryDataset dataset,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a Gantt chart using the supplied attributes plus default values
where required.
|
static JFreeChart |
ChartFactory.createHighLowChart(String title,
String timeAxisLabel,
String valueAxisLabel,
OHLCDataset dataset,
boolean legend) |
Creates and returns a default instance of a high-low-open-close chart.
|
static JFreeChart |
ChartFactory.createHighLowChart(String title,
String timeAxisLabel,
String valueAxisLabel,
OHLCDataset dataset,
Timeline timeline,
boolean legend) |
Creates and returns a default instance of a high-low-open-close chart
with a special timeline.
|
static JFreeChart |
ChartFactory.createHistogram(String title,
String xAxisLabel,
String yAxisLabel,
IntervalXYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a histogram chart.
|
static JFreeChart |
ChartFactory.createLineChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset) |
Creates a line chart with default settings.
|
static JFreeChart |
ChartFactory.createLineChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a line chart with default settings.
|
static JFreeChart |
ChartFactory.createLineChart3D(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset) |
Creates a line chart with default settings.
|
static JFreeChart |
ChartFactory.createLineChart3D(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a line chart with default settings.
|
static JFreeChart |
ChartFactory.createMultiplePieChart(String title,
CategoryDataset dataset,
org.jfree.util.TableOrder order,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a chart that displays multiple pie plots.
|
static JFreeChart |
ChartFactory.createMultiplePieChart3D(String title,
CategoryDataset dataset,
org.jfree.util.TableOrder order,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a chart that displays multiple pie plots.
|
static JFreeChart |
ChartFactory.createPieChart(String title,
PieDataset dataset) |
Creates a pie chart with default settings.
|
static JFreeChart |
ChartFactory.createPieChart(String title,
PieDataset dataset,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a pie chart with default settings.
|
static JFreeChart |
ChartFactory.createPieChart(String title,
PieDataset dataset,
boolean legend,
boolean tooltips,
Locale locale) |
Creates a pie chart with default settings.
|
static JFreeChart |
ChartFactory.createPieChart(String title,
PieDataset dataset,
PieDataset previousDataset,
int percentDiffForMaxScale,
boolean greenForIncrease,
boolean legend,
boolean tooltips,
boolean urls,
boolean subTitle,
boolean showDifference) |
Creates a pie chart with default settings that compares 2 datasets.
|
static JFreeChart |
ChartFactory.createPieChart(String title,
PieDataset dataset,
PieDataset previousDataset,
int percentDiffForMaxScale,
boolean greenForIncrease,
boolean legend,
boolean tooltips,
Locale locale,
boolean subTitle,
boolean showDifference) |
Creates a pie chart with default settings that compares 2 datasets.
|
static JFreeChart |
ChartFactory.createPieChart3D(String title,
PieDataset dataset) |
Creates a 3D pie chart using the specified dataset.
|
static JFreeChart |
ChartFactory.createPieChart3D(String title,
PieDataset dataset,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a 3D pie chart using the specified dataset.
|
static JFreeChart |
ChartFactory.createPieChart3D(String title,
PieDataset dataset,
boolean legend,
boolean tooltips,
Locale locale) |
Creates a 3D pie chart using the specified dataset.
|
static JFreeChart |
ChartFactory.createPolarChart(String title,
XYDataset dataset,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a polar plot for the specified dataset (x-values interpreted as
angles in degrees).
|
static JFreeChart |
ChartFactory.createRingChart(String title,
PieDataset dataset,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a ring chart with default settings.
|
static JFreeChart |
ChartFactory.createRingChart(String title,
PieDataset dataset,
boolean legend,
boolean tooltips,
Locale locale) |
Creates a ring chart with default settings.
|
static JFreeChart |
ChartFactory.createScatterPlot(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset) |
Creates a scatter plot with default settings.
|
static JFreeChart |
ChartFactory.createScatterPlot(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a scatter plot with default settings.
|
static JFreeChart |
ChartFactory.createStackedAreaChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset) |
Creates a stacked area chart with default settings.
|
static JFreeChart |
ChartFactory.createStackedAreaChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a stacked area chart with default settings.
|
static JFreeChart |
ChartFactory.createStackedBarChart(String title,
String domainAxisLabel,
String rangeAxisLabel,
CategoryDataset dataset) |
Creates a stacked bar chart with default settings.
|
static JFreeChart |
ChartFactory.createStackedBarChart(String title,
String domainAxisLabel,
String rangeAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a stacked bar chart with default settings.
|
static JFreeChart |
ChartFactory.createStackedBarChart3D(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset) |
Creates a stacked bar chart with a 3D effect and default settings.
|
static JFreeChart |
ChartFactory.createStackedBarChart3D(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a stacked bar chart with a 3D effect and default settings.
|
static JFreeChart |
ChartFactory.createStackedXYAreaChart(String title,
String xAxisLabel,
String yAxisLabel,
TableXYDataset dataset) |
Creates a stacked XY area plot.
|
static JFreeChart |
ChartFactory.createStackedXYAreaChart(String title,
String xAxisLabel,
String yAxisLabel,
TableXYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a stacked XY area plot.
|
static JFreeChart |
ChartFactory.createTimeSeriesChart(String title,
String timeAxisLabel,
String valueAxisLabel,
XYDataset dataset) |
Creates and returns a time series chart.
|
static JFreeChart |
ChartFactory.createTimeSeriesChart(String title,
String timeAxisLabel,
String valueAxisLabel,
XYDataset dataset,
boolean legend,
boolean tooltips,
boolean urls) |
Creates and returns a time series chart.
|
static JFreeChart |
ChartFactory.createWaferMapChart(String title,
WaferMapDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a wafer map chart.
|
static JFreeChart |
ChartFactory.createWaterfallChart(String title,
String categoryAxisLabel,
String valueAxisLabel,
CategoryDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a waterfall chart.
|
static JFreeChart |
ChartFactory.createWindPlot(String title,
String xAxisLabel,
String yAxisLabel,
WindDataset dataset,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a wind plot with default settings.
|
static JFreeChart |
ChartFactory.createXYAreaChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset) |
|
static JFreeChart |
ChartFactory.createXYAreaChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
|
static JFreeChart |
ChartFactory.createXYBarChart(String title,
String xAxisLabel,
boolean dateAxis,
String yAxisLabel,
IntervalXYDataset dataset) |
Creates and returns a default instance of an XY bar chart.
|
static JFreeChart |
ChartFactory.createXYBarChart(String title,
String xAxisLabel,
boolean dateAxis,
String yAxisLabel,
IntervalXYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates and returns a default instance of an XY bar chart.
|
static JFreeChart |
ChartFactory.createXYLineChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset) |
Creates a line chart (based on an XYDataset ) with default
settings.
|
static JFreeChart |
ChartFactory.createXYLineChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a line chart (based on an XYDataset ) with default
settings.
|
static JFreeChart |
ChartFactory.createXYStepAreaChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset) |
Creates a filled stepped XY plot with default settings.
|
static JFreeChart |
ChartFactory.createXYStepAreaChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a filled stepped XY plot with default settings.
|
static JFreeChart |
ChartFactory.createXYStepChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset) |
Creates a stepped XY plot with default settings.
|
static JFreeChart |
ChartFactory.createXYStepChart(String title,
String xAxisLabel,
String yAxisLabel,
XYDataset dataset,
PlotOrientation orientation,
boolean legend,
boolean tooltips,
boolean urls) |
Creates a stepped XY plot with default settings.
|
JFreeChart |
ChartMouseEvent.getChart() |
Returns the chart that the mouse event relates to.
|
JFreeChart |
ChartPanel.getChart() |
Returns the chart contained in the panel.
|