Uses of Class
org.jfree.chart.JFreeChart
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.demo | |
| org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Uses of JFreeChart in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent with parameters of type JFreeChart Modifier and Type Method Description static JPanelXmlDataChartComponent. prettifyChart(GraphElement ge, ChartOptions co, String chartType, JFreeChart jfChart) -
Uses of JFreeChart in org.jfree.chart
Methods in org.jfree.chart that return JFreeChart Modifier and Type Method Description static JFreeChartChartFactory. 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 JFreeChartChartFactory. createAreaXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset data, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Deprecated.Use createXYAreaChart(...).static JFreeChartChartFactory. createBarChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a bar chart.static JFreeChartChartFactory. 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 JFreeChartChartFactory. createBoxAndWhiskerChart(String title, String timeAxisLabel, String valueAxisLabel, BoxAndWhiskerXYDataset dataset, boolean legend)Creates and returns a default instance of a box and whisker chart.static JFreeChartChartFactory. 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 JFreeChartChartFactory. createCandlestickChart(String title, String timeAxisLabel, String valueAxisLabel, HighLowDataset dataset, boolean legend)Creates and returns a default instance of a candlesticks chart.static JFreeChartChartFactory. 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 JFreeChartChartFactory. createHighLowChart(String title, String timeAxisLabel, String valueAxisLabel, HighLowDataset dataset, boolean legend)Creates and returns a default instance of a high-low-open-close chart.static JFreeChartChartFactory. createHighLowChart(String title, String timeAxisLabel, String valueAxisLabel, HighLowDataset dataset, Timeline timeline, boolean legend)Creates and returns a default instance of a high-low-open-close chart with a special timeline.static JFreeChartChartFactory. createHistogram(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a histogram chart.static JFreeChartChartFactory. 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 JFreeChartChartFactory. createLineXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Deprecated.Use createXYLineChart(...).static JFreeChartChartFactory. 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 JFreeChartChartFactory. 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 JFreeChartChartFactory. createPie3DChart(String title, PieDataset data, boolean legend, boolean tooltips, boolean urls)Deprecated.Use createPieChart3D(...).static JFreeChartChartFactory. createPieChart(String title, PieDataset dataset, boolean legend, boolean tooltips, boolean urls)Creates a pie chart with default settings.static JFreeChartChartFactory. 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 JFreeChartChartFactory. createPieChart3D(String title, PieDataset dataset, boolean legend, boolean tooltips, boolean urls)Creates a 3D pie chart using the specified dataset.static JFreeChartChartFactory. 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 JFreeChartChartFactory. 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 JFreeChartChartFactory. createSignalChart(String title, String timeAxisLabel, String valueAxisLabel, SignalsDataset dataset, boolean legend)Creates and returns a default instance of a signal chart.static JFreeChartChartFactory. 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 JFreeChartChartFactory. createStackedAreaXYChart(String title, String xAxisLabel, String yAxisLabel, TableXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Deprecated.Method renamed - use createStackedXYAreaChart().static JFreeChartChartFactory. 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 JFreeChartChartFactory. 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 JFreeChartChartFactory. createStackedXYAreaChart(String title, String xAxisLabel, String yAxisLabel, TableXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a stacked XY area plot.static JFreeChartChartFactory. createTimeSeriesChart(String title, String timeAxisLabel, String valueAxisLabel, XYDataset dataset, boolean legend, boolean tooltips, boolean urls)Creates and returns a time series chart.static JFreeChartChartFactory. createWaferMapChart(String title, WaferMapDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a wafer map chart.static JFreeChartChartFactory. createWaterfallChart(String title, String categoryAxisLabel, String valueAxisLabel, CategoryDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a waterfall chart.static JFreeChartChartFactory. createWindPlot(String title, String xAxisLabel, String yAxisLabel, WindDataset dataset, boolean legend, boolean tooltips, boolean urls)Creates a wind plot with default settings.static JFreeChartChartFactory. createXYAreaChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates an area chart using anXYDataset.static JFreeChartChartFactory. 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 JFreeChartChartFactory. createXYBarChart(String title, String xAxisLabel, String yAxisLabel, IntervalXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Deprecated.Use createXYBarChart() method with additional parameter.static JFreeChartChartFactory. createXYLineChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)Creates a line chart (based on anXYDataset) with default settings.static JFreeChartChartFactory. 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 JFreeChartChartFactory. 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.JFreeChartChartMouseEvent. getChart()Returns the chart that the mouse event relates to.JFreeChartChartPanel. getChart()Returns the chart contained in the panel.JFreeChartLegend. getChart()Returns the chart that this legend belongs to.Methods in org.jfree.chart with parameters of type JFreeChart Modifier and Type Method Description static LegendLegend. createInstance(JFreeChart chart)Static factory method that returns a concrete subclass of Legend.static voidChartUtilities. saveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height)Saves a chart to a file in JPEG format.static voidChartUtilities. saveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info)Saves a chart to a file in JPEG format.static voidChartUtilities. saveChartAsJPEG(File file, JFreeChart chart, int width, int height)Saves a chart to a file in JPEG format.static voidChartUtilities. saveChartAsJPEG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)Saves a chart to a file in JPEG format.static voidChartUtilities. saveChartAsPNG(File file, JFreeChart chart, int width, int height)Saves a chart to the specified file in PNG format.static voidChartUtilities. saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)Saves a chart to a file in PNG format.static voidChartUtilities. saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info, boolean encodeAlpha, int compression)Saves a chart to a file in PNG format.voidChartPanel. setChart(JFreeChart chart)Sets the chart that is displayed in the panel.voidPolarChartPanel. setChart(JFreeChart chart)Sets the chart that is displayed in the panel.static voidChartUtilities. writeChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height)Writes a chart to an output stream in JPEG format.static voidChartUtilities. writeChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info)Writes a chart to an output stream in JPEG format.static voidChartUtilities. writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height)Writes a chart to an output stream in JPEG format.static voidChartUtilities. writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)Writes a chart to an output stream in JPEG format.static voidChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height)Writes a chart to an output stream in PNG format.static voidChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, boolean encodeAlpha, int compression)Writes a chart to an output stream in PNG format.static voidChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)Writes a chart to an output stream in PNG format.static voidChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info, boolean encodeAlpha, int compression)Writes a chart to an output stream in PNG format.static voidChartUtilities. writeScaledChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, int widthScaleFactor, int heightScaleFactor)Writes a scaled version of a chart to an output stream in PNG format.Constructors in org.jfree.chart with parameters of type JFreeChart Constructor Description ChartFrame(String title, JFreeChart chart)Constructs a frame for a chart.ChartFrame(String title, JFreeChart chart, boolean scrollPane)Constructs a frame for a chart.ChartMouseEvent(JFreeChart chart, MouseEvent trigger, ChartEntity entity)Constructs a new event.ChartPanel(JFreeChart chart)Constructs a JFreeChart panel.ChartPanel(JFreeChart chart, boolean useBuffer)Constructs a panel containing a chart.ChartPanel(JFreeChart chart, boolean properties, boolean save, boolean print, boolean zoom, boolean tooltips)Constructs a JFreeChart panel.ChartPanel(JFreeChart chart, int width, int height, int minimumDrawWidth, int minimumDrawHeight, int maximumDrawWidth, int maximumDrawHeight, boolean useBuffer, boolean properties, boolean save, boolean print, boolean zoom, boolean tooltips)Constructs a JFreeChart panel.MeterLegend(JFreeChart chart, String legendText)Deprecated.use the default constructor instead and let JFreeChart manage the chart referencePolarChartPanel(JFreeChart chart)Constructs a JFreeChart panel.PolarChartPanel(JFreeChart chart, boolean useBuffer)Creates a new panel.StandardLegend(JFreeChart chart)Deprecated.use the default constructor instead and let JFreeChart manage the chart reference -
Uses of JFreeChart in org.jfree.chart.demo
Methods in org.jfree.chart.demo that return JFreeChart Modifier and Type Method Description JFreeChartJFreeChartDemoBase. createCandlestickChart()Creates a candlestick chart.JFreeChartStackedAreaChartDemo. createChart(CategoryDataset dataset)Creates a sample chart.JFreeChartJFreeChartDemoBase. createCombinedAndOverlaidChart1()Creates a combined and overlaid chart.JFreeChartJFreeChartDemoBase. createCombinedAndOverlaidDynamicXYChart()Displays an XY chart that is periodically updated by a background thread.JFreeChartJFreeChartDemoBase. createCompassChart()Creates a compass chart.JFreeChartJFreeChartDemoBase. createDynamicXYChart()Displays an XY chart that is periodically updated by a background thread.JFreeChartJFreeChartDemoBase. createGanttChart()Creates a gantt chart.JFreeChartJFreeChartDemoBase. createHighLowChart()Displays a vertical bar chart in its own frame.JFreeChartJFreeChartDemoBase. createHorizontalBarChart()Create a horizontal bar chart.JFreeChartJFreeChartDemoBase. createHorizontallyCombinedChart()Creates a horizontally combined chart.JFreeChartJFreeChartDemoBase. createLineChart()Creates and returns a sample line chart.JFreeChartJFreeChartDemoBase. createMeterChartChord()Creates and returns a sample meter chart.JFreeChartJFreeChartDemoBase. createMeterChartCircle()Creates and returns a sample meter chart.JFreeChartJFreeChartDemoBase. createMeterChartPie()Creates and returns a sample meter chart.JFreeChartJFreeChartDemoBase. createNullXYPlot()Creates and returns a sample XY chart with null data.JFreeChartJFreeChartDemoBase. createOverlaidChart()Creates and returns a sample overlaid chart.JFreeChartJFreeChartDemoBase. createPieChartOne()Creates and returns a sample pie chart.JFreeChartJFreeChartDemoBase. createPieChartThree()Creates and returns a sample pie chart which compares 2 datasets.JFreeChartJFreeChartDemoBase. createPieChartTwo()Creates and returns a sample pie chart.JFreeChartJFreeChartDemoBase. createScatterPlot()Creates and returns a sample scatter plot.JFreeChartJFreeChartDemoBase. createSignalChart()Creates and returns a sample signal chart.JFreeChartJFreeChartDemoBase. createSingleSeriesBarChart()Creates and returns a sample bar chart with just one series.JFreeChartJFreeChartDemoBase. createStackedHorizontalBarChart()Creates and returns a sample stacked horizontal bar chart.JFreeChartJFreeChartDemoBase. createThermometerChart()Creates and returns a sample thermometer chart.JFreeChartJFreeChartDemoBase. createTimeSeries1Chart()Creates and returns a sample time series chart.JFreeChartJFreeChartDemoBase. createTimeSeries2Chart()Creates and returns a sample time series chart.JFreeChartJFreeChartDemoBase. createTimeSeriesChartInScrollPane()Creates and returns a sample time series chart that will be displayed in a scroll pane.JFreeChartJFreeChartDemoBase. createTimeSeriesWithMAChart()Creates and returns a sample time series chart.JFreeChartJFreeChartDemoBase. createVertical3DBarChart()Creates and returns a sample vertical 3D bar chart.JFreeChartJFreeChartDemoBase. createVerticalBarChart()Creates and returns a sample vertical bar chart.JFreeChartJFreeChartDemoBase. createVerticallyCombinedChart()Creates and returns a sample vertically combined chart.JFreeChartJFreeChartDemoBase. createVerticalStacked3DBarChart()Creates and returns a sample stacked vertical 3D bar chart.JFreeChartJFreeChartDemoBase. createVerticalStackedBarChart()Creates and returns a sample stacked vertical bar chart.JFreeChartJFreeChartDemoBase. createVerticalXYBarChart()Creates and returns a sample vertical XY bar chart.JFreeChartJFreeChartDemoBase. createWaferMapChart()Creates a basic wafermap chart with a random datasetJFreeChartJFreeChartDemoBase. createWaferMapChartPositionIndexed()Creates a basic wafermap chart with a random datasetJFreeChartJFreeChartDemoBase. createWaferMapChartValueIndexed()Creates a basic wafermap chart with a random datasetJFreeChartJFreeChartDemoBase. createWindPlot()Creates and returns a sample wind plot.JFreeChartJFreeChartDemoBase. createXYPlot()Creates and returns a sample XY plot.JFreeChartJFreeChartDemoBase. createXYPlotZeroData()Creates a sample XY plot with an empty dataset.static JFreeChartSymbolicXYPlotDemo. createXYSymbolicPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset data, boolean legend)Creates a XY graph with symbolic value on X and Y axis.static JFreeChartSymbolicYPlotDemo. createYSymbolicPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset data, boolean legend)Creates a XY graph with symbolic value on Y axis.JFreeChartIntervalBarChartDemo1. getChart()Returns the chart.JFreeChartJFreeChartDemoBase. getChart(int i)Returns a chart. -
Uses of JFreeChart in org.jfree.chart.event
Methods in org.jfree.chart.event that return JFreeChart Modifier and Type Method Description JFreeChartChartChangeEvent. getChart()Returns the chart that generated the change event.JFreeChartChartProgressEvent. getChart()Returns the chart that generated the change event.Methods in org.jfree.chart.event with parameters of type JFreeChart Modifier and Type Method Description voidChartChangeEvent. setChart(JFreeChart chart)Sets the chart that generated the change event.voidChartProgressEvent. setChart(JFreeChart chart)Sets the chart that generated the change event.Constructors in org.jfree.chart.event with parameters of type JFreeChart Constructor Description ChartChangeEvent(Object source, JFreeChart chart)Creates a new chart change event.ChartChangeEvent(Object source, JFreeChart chart, int type)Creates a new chart change event.ChartProgressEvent(Object source, JFreeChart chart, int type, int percent)Creates a new chart change event. -
Uses of JFreeChart in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return JFreeChart Modifier and Type Method Description JFreeChartMultiplePiePlot. getPieChart()Returns the pie chart that is used to draw the individual pie plots.Methods in org.jfree.chart.plot with parameters of type JFreeChart Modifier and Type Method Description voidMultiplePiePlot. setPieChart(JFreeChart pieChart)Sets the chart that is used to draw the individual pie plots. -
Uses of JFreeChart in org.jfree.chart.ui
Methods in org.jfree.chart.ui with parameters of type JFreeChart Modifier and Type Method Description voidChartPropertyEditPanel. updateChartProperties(JFreeChart chart)Updates the properties of a chart to match the properties defined on the panel.Constructors in org.jfree.chart.ui with parameters of type JFreeChart Constructor Description ChartPropertyEditPanel(JFreeChart chart)Standard constructor - the property panel is made up of a number of sub-panels that are displayed in the tabbed pane.