📄 deprecated-list.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/ChartFactory.html#createLineXYChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.XYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean)">org.jfree.chart.ChartFactory.createLineXYChart(String, String, String, XYDataset, PlotOrientation, boolean, boolean, boolean)</A><BR> <I>Use createXYLineChart(...).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/data/MovingAverage.html#createMovingAverage(org.jfree.data.XYDataset, int, java.lang.String, long, long)">org.jfree.data.MovingAverage.createMovingAverage(XYDataset, int, String, long, long)</A><BR> <I>Use similar method with 'double' parameters.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/ChartFactory.html#createPie3DChart(java.lang.String, org.jfree.data.PieDataset, boolean, boolean, boolean)">org.jfree.chart.ChartFactory.createPie3DChart(String, PieDataset, boolean, boolean, boolean)</A><BR> <I>Use createPieChart3D(...).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/ChartFactory.html#createStackedAreaXYChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.TableXYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean)">org.jfree.chart.ChartFactory.createStackedAreaXYChart(String, String, String, TableXYDataset, PlotOrientation, boolean, boolean, boolean)</A><BR> <I>Method renamed - use createStackedXYAreaChart().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/TickUnits.html#createStandardTickUnits()">org.jfree.chart.axis.TickUnits.createStandardTickUnits()</A><BR> <I>this method has been moved to the NumberAxis class.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/TickUnits.html#createStandardTickUnits(java.util.Locale)">org.jfree.chart.axis.TickUnits.createStandardTickUnits(Locale)</A><BR> <I>this method has been moved to the NumberAxis class.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/ChartFactory.html#createXYBarChart(java.lang.String, java.lang.String, java.lang.String, org.jfree.data.IntervalXYDataset, org.jfree.chart.plot.PlotOrientation, boolean, boolean, boolean)">org.jfree.chart.ChartFactory.createXYBarChart(String, String, String, IntervalXYDataset, PlotOrientation, boolean, boolean, boolean)</A><BR> <I>Use createXYBarChart() method with additional parameter.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/data/statistics/Statistics.html#getAverage(java.lang.Number[])">org.jfree.data.statistics.Statistics.getAverage(Number[])</A><BR> <I>Renamed calculateMean().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getBaseItemLabelAnchor()">org.jfree.chart.renderer.AbstractRenderer.getBaseItemLabelAnchor()</A><BR> <I>Use getBasePositiveItemLabelPosition()/getBaseNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/CategoryItemRenderer.html#getBaseItemLabelAnchor()">org.jfree.chart.renderer.CategoryItemRenderer.getBaseItemLabelAnchor()</A><BR> <I>Use getBasePositiveItemLabelPosition() or getBaseNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getBaseItemLabelAngle()">org.jfree.chart.renderer.AbstractRenderer.getBaseItemLabelAngle()</A><BR> <I>Use getBasePositiveItemLabelPosition()/getBaseNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getBaseItemLabelRotationAnchor()">org.jfree.chart.renderer.AbstractRenderer.getBaseItemLabelRotationAnchor()</A><BR> <I>Use getBasePositiveItemLabelPosition()/getBaseNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getBaseItemLabelTextAnchor()">org.jfree.chart.renderer.AbstractRenderer.getBaseItemLabelTextAnchor()</A><BR> <I>Use getBasePositiveItemLabelPosition()/getBaseNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/CategoryItemRenderer.html#getBaseItemLabelTextAnchor()">org.jfree.chart.renderer.CategoryItemRenderer.getBaseItemLabelTextAnchor()</A><BR> <I>Use setBasePositiveItemLabelPosition() or setBaseNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/CategoryAxis.html#getBottomCategoryLabelPosition()">org.jfree.chart.axis.CategoryAxis.getBottomCategoryLabelPosition()</A><BR> <I>Use getCategoryLabelPositions().getLabelPosition(RectangleEdge.BOTTOM).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/plot/ContourPlot.html#getContourDataset()">org.jfree.chart.plot.ContourPlot.getContourDataset()</A><BR> <I>Use the getDataset() method instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/plot/ThermometerPlot.html#getData()">org.jfree.chart.plot.ThermometerPlot.getData()</A><BR> <I>Use getDataset() instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/data/XYSeries.html#getDataPair(int)">org.jfree.data.XYSeries.getDataPair(int)</A><BR> <I>Use getDataItem(index).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/data/time/TimeSeries.html#getDataPair(int)">org.jfree.data.time.TimeSeries.getDataPair(int)</A><BR> <I>Use getDataItem(int).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/data/time/TimeSeries.html#getDataPair(org.jfree.data.time.RegularTimePeriod)">org.jfree.data.time.TimeSeries.getDataPair(RegularTimePeriod)</A><BR> <I>Use getDataItem(RegularTimePeriod).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/plot/MeterPlot.html#getDialType()">org.jfree.chart.plot.MeterPlot.getDialType()</A><BR> <I>Use getDialShape().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/labels/ItemLabelAnchor.html#getHorizontalOpposite(org.jfree.chart.labels.ItemLabelAnchor)">org.jfree.chart.labels.ItemLabelAnchor.getHorizontalOpposite(ItemLabelAnchor)</A><BR> <I>Renderer now has positive and negative item label anchors.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/SegmentedTimeline.Segment.html#getIndex()">org.jfree.chart.axis.SegmentedTimeline.Segment.getIndex()</A><BR> <I>Use getMillisecond().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getItemLabelAnchor(int, int)">org.jfree.chart.renderer.AbstractRenderer.getItemLabelAnchor(int, int)</A><BR> <I>Use getPositiveItemLabelPosition() or getNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/CategoryItemRenderer.html#getItemLabelAnchor(int, int)">org.jfree.chart.renderer.CategoryItemRenderer.getItemLabelAnchor(int, int)</A><BR> <I>Use getPositiveItemLabelPosition() or getNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getItemLabelAngle(int, int)">org.jfree.chart.renderer.AbstractRenderer.getItemLabelAngle(int, int)</A><BR> <I>Use getPositiveItemLabelPosition()/getNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getItemLabelRotationAnchor(int, int)">org.jfree.chart.renderer.AbstractRenderer.getItemLabelRotationAnchor(int, int)</A><BR> <I>Use getPositiveItemLabelPosition()/getNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getItemLabelTextAnchor(int, int)">org.jfree.chart.renderer.AbstractRenderer.getItemLabelTextAnchor(int, int)</A><BR> <I>Use getPositiveItemLabelPosition()/getNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/CategoryItemRenderer.html#getItemLabelTextAnchor(int, int)">org.jfree.chart.renderer.CategoryItemRenderer.getItemLabelTextAnchor(int, int)</A><BR> <I>Use getPositiveItemLabelPosition() or getNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/CategoryAxis.html#getLeftCategoryLabelPosition()">org.jfree.chart.axis.CategoryAxis.getLeftCategoryLabelPosition()</A><BR> <I>Use getCategoryLabelPositions().getLabelPosition(RectangleEdge.LEFT).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/plot/CompassPlot.html#getLegendItemLabels()">org.jfree.chart.plot.CompassPlot.getLegendItemLabels()</A><BR> <I>use getLegendItems().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/plot/MeterPlot.html#getLegendItemLabels()">org.jfree.chart.plot.MeterPlot.getLegendItemLabels()</A><BR> <I>use getLegendItems().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/plot/ThermometerPlot.html#getLegendItemLabels()">org.jfree.chart.plot.ThermometerPlot.getLegendItemLabels()</A><BR> <I>use getLegendItems().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/ValueAxis.html#getMaximumAxisValue()">org.jfree.chart.axis.ValueAxis.getMaximumAxisValue()</A><BR> <I>Use getUpperBound().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/ValueAxis.html#getMinimumAxisValue()">org.jfree.chart.axis.ValueAxis.getMinimumAxisValue()</A><BR> <I>Use getLowerBound().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/data/time/TimePeriodValuesCollection.html#getPosition()">org.jfree.data.time.TimePeriodValuesCollection.getPosition()</A><BR> <I>Use getXPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/data/time/TimeSeriesCollection.html#getPosition()">org.jfree.data.time.TimeSeriesCollection.getPosition()</A><BR> <I>Use getXPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/axis/CategoryAxis.html#getRightCategoryLabelPosition()">org.jfree.chart.axis.CategoryAxis.getRightCategoryLabelPosition()</A><BR> <I>Use getCategoryLabelPositions().getLabelPosition(RectangleEdge.RIGHT).</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/entity/XYItemEntity.html#getSeries()">org.jfree.chart.entity.XYItemEntity.getSeries()</A><BR> <I>Renamed getSeriesIndex().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getSeriesItemLabelAnchor(int)">org.jfree.chart.renderer.AbstractRenderer.getSeriesItemLabelAnchor(int)</A><BR> <I>Use getSeriesPositiveItemLabelPosition() or getSeriesNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/CategoryItemRenderer.html#getSeriesItemLabelAnchor(int)">org.jfree.chart.renderer.CategoryItemRenderer.getSeriesItemLabelAnchor(int)</A><BR> <I>Use getSeriesPositiveItemLabelPosition() or getSeriesNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="org/jfree/chart/renderer/AbstractRenderer.html#getSeriesItemLabelAngle(int)">org.jfree.chart.renderer.AbstractRenderer.getSeriesItemLabelAngle(int)</A><BR> <I>Use getSeriesPositiveItemLabelPosition()/getSeriesNegativeItemLabelPosition().</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -