Deprecated API

Contents

Deprecated Classes

DrawableLegendItem
This class is not used by JFreeChart.

Deprecated Methods

org.jfree.chart.axis.CategoryAxis.drawCategoryLabels(Graphics2D,Rectangle2D,RectangleEdge,AxisState,PlotRenderingInfo)
org.jfree.chart.renderer.category.LevelRenderer.getMaxItemWidth()
org.jfree.chart.renderer.category.LevelRenderer.setMaxItemWidth(double)
org.jfree.data.time.TimeSeriesCollection.getDomainIsPointsInTime()
This flag is no longer used (as of 1.0.1).
org.jfree.data.time.TimeSeriesCollection.setDomainIsPointsInTime(boolean)
This flag is no longer used, as of 1.0.1.
org.jfree.data.xy.XYSeries.update(int,Number)
Renamed updateByIndex(int, Number) to avoid confusion with the update(Number, Number) method.