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 JPanel
XmlDataChartComponent. 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 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. createAreaXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset data, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Deprecated.Use createXYAreaChart(...).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, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a bar chart with a 3D effect.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, 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, HighLowDataset 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, 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, HighLowDataset 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, HighLowDataset 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, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates a line chart with default settings.static JFreeChart
ChartFactory. createLineXYChart(String title, String xAxisLabel, String yAxisLabel, XYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Deprecated.Use createXYLineChart(...).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. createPie3DChart(String title, PieDataset data, boolean legend, boolean tooltips, boolean urls)
Deprecated.Use createPieChart3D(...).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, 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. createPieChart3D(String title, PieDataset dataset, boolean legend, boolean tooltips, boolean urls)
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. 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. createSignalChart(String title, String timeAxisLabel, String valueAxisLabel, SignalsDataset dataset, boolean legend)
Creates and returns a default instance of a signal chart.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. createStackedAreaXYChart(String title, String xAxisLabel, String yAxisLabel, TableXYDataset dataset, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Deprecated.Method renamed - use createStackedXYAreaChart().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, 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, 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, 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, PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls)
Creates an area chart using anXYDataset
.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. 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 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 anXYDataset
) 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, 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.JFreeChart
Legend. 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 Legend
Legend. createInstance(JFreeChart chart)
Static factory method that returns a concrete subclass of Legend.static void
ChartUtilities. saveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height)
Saves a chart to a file in JPEG format.static void
ChartUtilities. saveChartAsJPEG(File file, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in JPEG format.static void
ChartUtilities. saveChartAsJPEG(File file, JFreeChart chart, int width, int height)
Saves a chart to a file in JPEG format.static void
ChartUtilities. saveChartAsJPEG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in JPEG format.static void
ChartUtilities. saveChartAsPNG(File file, JFreeChart chart, int width, int height)
Saves a chart to the specified file in PNG format.static void
ChartUtilities. saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Saves a chart to a file in PNG format.static void
ChartUtilities. saveChartAsPNG(File file, JFreeChart chart, int width, int height, ChartRenderingInfo info, boolean encodeAlpha, int compression)
Saves a chart to a file in PNG format.void
ChartPanel. setChart(JFreeChart chart)
Sets the chart that is displayed in the panel.void
PolarChartPanel. setChart(JFreeChart chart)
Sets the chart that is displayed in the panel.static void
ChartUtilities. writeChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height)
Writes a chart to an output stream in JPEG format.static void
ChartUtilities. writeChartAsJPEG(OutputStream out, float quality, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in JPEG format.static void
ChartUtilities. writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height)
Writes a chart to an output stream in JPEG format.static void
ChartUtilities. writeChartAsJPEG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in JPEG format.static void
ChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height)
Writes a chart to an output stream in PNG format.static void
ChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, boolean encodeAlpha, int compression)
Writes a chart to an output stream in PNG format.static void
ChartUtilities. writeChartAsPNG(OutputStream out, JFreeChart chart, int width, int height, ChartRenderingInfo info)
Writes a chart to an output stream in PNG format.static void
ChartUtilities. 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 void
ChartUtilities. 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 JFreeChart
JFreeChartDemoBase. createCandlestickChart()
Creates a candlestick chart.JFreeChart
StackedAreaChartDemo. createChart(CategoryDataset dataset)
Creates a sample chart.JFreeChart
JFreeChartDemoBase. createCombinedAndOverlaidChart1()
Creates a combined and overlaid chart.JFreeChart
JFreeChartDemoBase. createCombinedAndOverlaidDynamicXYChart()
Displays an XY chart that is periodically updated by a background thread.JFreeChart
JFreeChartDemoBase. createCompassChart()
Creates a compass chart.JFreeChart
JFreeChartDemoBase. createDynamicXYChart()
Displays an XY chart that is periodically updated by a background thread.JFreeChart
JFreeChartDemoBase. createGanttChart()
Creates a gantt chart.JFreeChart
JFreeChartDemoBase. createHighLowChart()
Displays a vertical bar chart in its own frame.JFreeChart
JFreeChartDemoBase. createHorizontalBarChart()
Create a horizontal bar chart.JFreeChart
JFreeChartDemoBase. createHorizontallyCombinedChart()
Creates a horizontally combined chart.JFreeChart
JFreeChartDemoBase. createLineChart()
Creates and returns a sample line chart.JFreeChart
JFreeChartDemoBase. createMeterChartChord()
Creates and returns a sample meter chart.JFreeChart
JFreeChartDemoBase. createMeterChartCircle()
Creates and returns a sample meter chart.JFreeChart
JFreeChartDemoBase. createMeterChartPie()
Creates and returns a sample meter chart.JFreeChart
JFreeChartDemoBase. createNullXYPlot()
Creates and returns a sample XY chart with null data.JFreeChart
JFreeChartDemoBase. createOverlaidChart()
Creates and returns a sample overlaid chart.JFreeChart
JFreeChartDemoBase. createPieChartOne()
Creates and returns a sample pie chart.JFreeChart
JFreeChartDemoBase. createPieChartThree()
Creates and returns a sample pie chart which compares 2 datasets.JFreeChart
JFreeChartDemoBase. createPieChartTwo()
Creates and returns a sample pie chart.JFreeChart
JFreeChartDemoBase. createScatterPlot()
Creates and returns a sample scatter plot.JFreeChart
JFreeChartDemoBase. createSignalChart()
Creates and returns a sample signal chart.JFreeChart
JFreeChartDemoBase. createSingleSeriesBarChart()
Creates and returns a sample bar chart with just one series.JFreeChart
JFreeChartDemoBase. createStackedHorizontalBarChart()
Creates and returns a sample stacked horizontal bar chart.JFreeChart
JFreeChartDemoBase. createThermometerChart()
Creates and returns a sample thermometer chart.JFreeChart
JFreeChartDemoBase. createTimeSeries1Chart()
Creates and returns a sample time series chart.JFreeChart
JFreeChartDemoBase. createTimeSeries2Chart()
Creates and returns a sample time series chart.JFreeChart
JFreeChartDemoBase. createTimeSeriesChartInScrollPane()
Creates and returns a sample time series chart that will be displayed in a scroll pane.JFreeChart
JFreeChartDemoBase. createTimeSeriesWithMAChart()
Creates and returns a sample time series chart.JFreeChart
JFreeChartDemoBase. createVertical3DBarChart()
Creates and returns a sample vertical 3D bar chart.JFreeChart
JFreeChartDemoBase. createVerticalBarChart()
Creates and returns a sample vertical bar chart.JFreeChart
JFreeChartDemoBase. createVerticallyCombinedChart()
Creates and returns a sample vertically combined chart.JFreeChart
JFreeChartDemoBase. createVerticalStacked3DBarChart()
Creates and returns a sample stacked vertical 3D bar chart.JFreeChart
JFreeChartDemoBase. createVerticalStackedBarChart()
Creates and returns a sample stacked vertical bar chart.JFreeChart
JFreeChartDemoBase. createVerticalXYBarChart()
Creates and returns a sample vertical XY bar chart.JFreeChart
JFreeChartDemoBase. createWaferMapChart()
Creates a basic wafermap chart with a random datasetJFreeChart
JFreeChartDemoBase. createWaferMapChartPositionIndexed()
Creates a basic wafermap chart with a random datasetJFreeChart
JFreeChartDemoBase. createWaferMapChartValueIndexed()
Creates a basic wafermap chart with a random datasetJFreeChart
JFreeChartDemoBase. createWindPlot()
Creates and returns a sample wind plot.JFreeChart
JFreeChartDemoBase. createXYPlot()
Creates and returns a sample XY plot.JFreeChart
JFreeChartDemoBase. createXYPlotZeroData()
Creates a sample XY plot with an empty dataset.static JFreeChart
SymbolicXYPlotDemo. createXYSymbolicPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset data, boolean legend)
Creates a XY graph with symbolic value on X and Y axis.static JFreeChart
SymbolicYPlotDemo. createYSymbolicPlot(String title, String xAxisLabel, String yAxisLabel, XYDataset data, boolean legend)
Creates a XY graph with symbolic value on Y axis.JFreeChart
IntervalBarChartDemo1. getChart()
Returns the chart.JFreeChart
JFreeChartDemoBase. 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 JFreeChart
ChartChangeEvent. getChart()
Returns the chart that generated the change event.JFreeChart
ChartProgressEvent. 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 void
ChartChangeEvent. setChart(JFreeChart chart)
Sets the chart that generated the change event.void
ChartProgressEvent. 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 JFreeChart
MultiplePiePlot. 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 void
MultiplePiePlot. 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 void
ChartPropertyEditPanel. 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.