Frames | No Frames |
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() Use getMaximumItemWidth() instead. | |
org.jfree.chart.renderer.category.LevelRenderer.setMaxItemWidth(double) Use setMaximumItemWidth(double) instead. | |
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. |