Deprecated API


Contents
Deprecated Classes
org.jfree.chart.DrawableLegendItem
          This class is not used by JFreeChart. 
 

Deprecated Methods
org.jfree.chart.axis.CategoryAxis.drawCategoryLabels(Graphics2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo)
          Use CategoryAxis.drawCategoryLabels(Graphics2D, Rectangle2D, Rectangle2D, RectangleEdge, AxisState, PlotRenderingInfo). 
org.jfree.data.time.TimeSeriesCollection.getDomainIsPointsInTime()
          This flag is no longer used (as of 1.0.1). 
org.jfree.chart.renderer.category.LevelRenderer.getMaxItemWidth()
          Use LevelRenderer.getMaximumItemWidth() instead. 
org.jfree.data.time.TimeSeriesCollection.setDomainIsPointsInTime(boolean)
          This flag is no longer used, as of 1.0.1. The includeInterval flag in methods such as TimeSeriesCollection.getDomainBounds(boolean) makes this unnecessary. 
org.jfree.chart.renderer.category.LevelRenderer.setMaxItemWidth(double)
          Use LevelRenderer.setMaximumItemWidth(double) instead. 
org.jfree.data.xy.XYSeries.update(int, Number)
          Renamed updateByIndex(int, Number) to avoid confusion with the update(Number, Number) method.