Deprecated API

Deprecated Methods
org.jfree.chart.axis.TickUnits.createIntegerTickUnits()
          this method has been moved to the NumberAxis class. 
org.jfree.chart.axis.TickUnits.createIntegerTickUnits(Locale)
          this method has been moved to the NumberAxis class. 
org.jfree.chart.axis.TickUnits.createStandardTickUnits()
          this method has been moved to the NumberAxis class. 
org.jfree.chart.axis.TickUnits.createStandardTickUnits(Locale)
          this method has been moved to the NumberAxis class. 
org.jfree.chart.plot.PeriodMarkerPlot.getLegendItemLabels()
          use getLegendItems(). 
org.jfree.chart.plot.CompassPlot.getLegendItemLabels()
          use getLegendItems(). 
org.jfree.chart.plot.MeterPlot.getLegendItemLabels()
          use getLegendItems(). 
org.jfree.chart.plot.ThermometerPlot.getLegendItemLabels()
          use getLegendItems(). 
org.jfree.chart.JFreeChart.getSuppressChartChangeEvents()
          Use isNotify() instead. 
org.jfree.chart.plot.ThermometerPlot.propertyChange()
          this method is not required and will be removed. 
org.jfree.chart.axis.DateAxis.setAxisRange(double, double)
          use setRange(double, double) method. 
org.jfree.chart.plot.CategoryPlot.setLabelsVisible(boolean)
          use setValueLabelsVisible(boolean). 
org.jfree.chart.JFreeChart.setSuppressChartChangeEvents(boolean)
          Use setNotify(boolean) instead. 
org.jfree.chart.plot.CombinedXYPlot.setXYItemRenderer(XYItemRenderer)
          use setRenderer(...) method.