| Interface and Description |
|---|
| org.jfree.data.general.CombinationDataset
1.0.13
|
| org.jfree.data.contour.ContourDataset
This interface is no longer supported (as of version 1.0.4).
If you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.labels.ContourToolTipGenerator
This interface is no longer supported (as of version 1.0.4).
If you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.plot.ContourValuePlot
This interface is no longer supported (as of version 1.0.4).
If you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| Class and Description |
|---|
| org.jfree.chart.ClipPath
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.axis.ColorBar
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.plot.ColorPalette
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.data.general.CombinedDataset
As of version 1.0.13. This class will be removed from
JFreeChart 1.2.0 onwards. Anyone needing this facility will need to
maintain it outside of JFreeChart.
|
| org.jfree.chart.entity.ContourEntity
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.plot.ContourPlot
This plot is no longer supported, please use
XYPlot with
an XYBlockRenderer. |
| org.jfree.chart.plot.ContourPlotUtilities
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.data.contour.DefaultContourDataset
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.DrawableLegendItem
This class is not used by JFreeChart.
|
| org.jfree.chart.plot.GreyPalette
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.data.contour.NonGridContourDataset
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.editor.PaletteChooserPanel
This class is no longer supported. If you are creating
contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.editor.PaletteSample
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.plot.RainbowPalette
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.chart.labels.StandardContourToolTipGenerator
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer. |
| org.jfree.data.general.SubSeriesDataset
As of version 1.0.13. This class will be removed from
JFreeChart 1.2.0 onwards. Anyone needing this facility will need to
maintain it outside of JFreeChart.
|
| Field and Description |
|---|
| org.jfree.chart.plot.ThermometerPlot.BULB_DIAMETER
As of 1.0.7, use
ThermometerPlot.getBulbDiameter(). |
| org.jfree.chart.plot.ThermometerPlot.BULB_RADIUS
As of 1.0.7, use
ThermometerPlot.getBulbRadius(). |
| org.jfree.chart.entity.CategoryItemEntity.category
As of 1.0.6, this field is deprecated in favour of the
columnKey field. |
| org.jfree.chart.entity.CategoryItemEntity.categoryIndex
As of 1.0.6, this field is redundant as you can derive the
index from the
columnKey field. |
| org.jfree.chart.plot.ThermometerPlot.COLUMN_DIAMETER
As of 1.0.7, use
ThermometerPlot.getColumnDiameter(). |
| org.jfree.chart.plot.ThermometerPlot.COLUMN_RADIUS
As of 1.0.7, use
ThermometerPlot.getColumnRadius(). |
| org.jfree.chart.renderer.AbstractRenderer.createEntities
This field is redundant, you can rely on the
createEntitiesList and baseCreateEntities fields. Deprecated from
version 1.0.6 onwards.
|
| org.jfree.chart.axis.DateTickUnit.DAY
As of version 1.0.13, use
DateTickUnitType instead. |
| org.jfree.chart.axis.DateAxis.DEFAULT_DATE_TICK_UNIT
As pointed out in bug #977, the SimpleDateFormat in this
object uses Calendar which is not thread safe...so you should
avoid reusing this instance and create a new instance as required.
|
| org.jfree.chart.axis.ValueAxis.DEFAULT_LOWER_BOUND
From 1.0.5 onwards, the axis defines a defaultRange
attribute (see
ValueAxis.getDefaultAutoRange()). |
| org.jfree.chart.labels.StandardPieToolTipGenerator.DEFAULT_SECTION_LABEL_FORMAT
As of 1.0.7, use
StandardPieToolTipGenerator.DEFAULT_TOOLTIP_FORMAT instead. |
| org.jfree.chart.axis.SegmentedTimeline.DEFAULT_TIME_ZONE
As of 1.0.7. When the default time zone is required,
just call
TimeZone.getDefault(). |
| org.jfree.data.time.RegularTimePeriod.DEFAULT_TIME_ZONE
As of 1.0.11, we discourage the use of this field - use
TimeZone.getDefault() instead. |
| org.jfree.chart.axis.ValueAxis.DEFAULT_UPPER_BOUND
From 1.0.5 onwards, the axis defines a defaultRange
attribute (see
ValueAxis.getDefaultAutoRange()). |
| org.jfree.data.time.TimeSeriesCollection.domainIsPointsInTime
No longer used (as of 1.0.1).
|
| org.jfree.chart.renderer.AbstractRenderer.fillPaint
This field is redundant, you can rely on fillPaintList and
baseFillPaint. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.axis.SegmentedTimeline.FIRST_MONDAY_AFTER_1900
As of 1.0.7. This field doesn't take into account changes
to the default time zone.
|
| org.jfree.chart.plot.ThermometerPlot.GAP_DIAMETER
As of 1.0.7, use
ThermometerPlot.getGap() times two. |
| org.jfree.chart.plot.ThermometerPlot.GAP_RADIUS
As of 1.0.7, use
ThermometerPlot.getGap(). |
| org.jfree.chart.axis.DateTickUnit.HOUR
As of version 1.0.13, use
DateTickUnitType instead. |
| org.jfree.chart.renderer.AbstractRenderer.itemLabelFont
This field is redundant, you can rely on itemLabelFontList
and baseItemLabelFont. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.category.AbstractCategoryItemRenderer.itemLabelGenerator
This field is redundant and deprecated as of version 1.0.6.
|
| org.jfree.chart.renderer.xy.AbstractXYItemRenderer.itemLabelGenerator
This field is redundant, use itemLabelGeneratorList and
baseItemLabelGenerator instead. Deprecated as of version 1.0.6.
|
| org.jfree.chart.renderer.AbstractRenderer.itemLabelPaint
This field is redundant, you can rely on itemLabelPaintList
and baseItemLabelPaint. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.AbstractRenderer.itemLabelsVisible
This field is redundant, you can rely on
itemLabelsVisibleList and baseItemLabelsVisible. Deprecated from
version 1.0.6 onwards.
|
| org.jfree.chart.renderer.category.AbstractCategoryItemRenderer.itemURLGenerator
This field is redundant and deprecated as of version 1.0.6.
|
| org.jfree.chart.renderer.category.LineAndShapeRenderer.linesVisible
As of 1.0.7 (this override flag is unnecessary).
|
| org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.linesVisible
As of 1.0.7.
|
| org.jfree.chart.axis.DateTickUnit.MILLISECOND
As of version 1.0.13, use
DateTickUnitType instead. |
| org.jfree.chart.axis.DateTickUnit.MINUTE
As of version 1.0.13, use
DateTickUnitType instead. |
| org.jfree.chart.axis.DateTickUnit.MONTH
As of version 1.0.13, use
DateTickUnitType instead. |
| org.jfree.chart.renderer.AbstractRenderer.negativeItemLabelPosition
This field is redundant, you can rely on the
negativeItemLabelPositionList and baseNegativeItemLabelPosition
fields. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.axis.SegmentedTimeline.NO_DST_TIME_ZONE
As of 1.0.7. This field is initialised based on the
default time zone, and doesn't take into account subsequent
changes to the default.
|
| org.jfree.chart.renderer.AbstractRenderer.outlinePaint
This field is redundant, you can rely on outlinePaintList
and baseOutlinePaint. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.AbstractRenderer.outlineStroke
This field is redundant, you can rely on strokeList and
baseStroke. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.AbstractRenderer.paint
This field is redundant, you can rely on paintList and
basePaint. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.AbstractRenderer.positiveItemLabelPosition
This field is redundant, you can rely on the
positiveItemLabelPositionList and basePositiveItemLabelPosition
fields. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.axis.DateTickUnit.rollUnit
As of version 1.0.13, use the rollUnitType field.
|
| org.jfree.chart.axis.DateTickUnit.SECOND
As of version 1.0.13, use
DateTickUnitType instead. |
| org.jfree.chart.plot.PiePlot.sectionOutlinePaint
This field is redundant, it is sufficient to use
sectionOutlinePaintMap and baseSectionOutlinePaint. Deprecated as
of version 1.0.6.
|
| org.jfree.chart.plot.PiePlot.sectionOutlineStroke
This field is redundant, it is sufficient to use
sectionOutlineStrokeMap and baseSectionOutlineStroke. Deprecated as
of version 1.0.6.
|
| org.jfree.chart.plot.PiePlot.sectionPaint
This field is redundant, it is sufficient to use
sectionPaintMap and baseSectionPaint. Deprecated as of version
1.0.6.
|
| org.jfree.chart.entity.CategoryItemEntity.series
As of 1.0.6, this field is redundant as you can derive the
index from the
rowKey field. |
| org.jfree.chart.renderer.AbstractRenderer.seriesVisible
This field is redundant, you can rely on seriesVisibleList
and baseSeriesVisible. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.AbstractRenderer.seriesVisibleInLegend
This field is redundant, you can rely on
seriesVisibleInLegendList and baseSeriesVisibleInLegend.
Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.AbstractRenderer.shape
This field is redundant, you can rely on shapeList and
baseShape. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.category.LineAndShapeRenderer.shapesFilled
As of 1.0.7 (this override flag is unnecessary).
|
| org.jfree.chart.renderer.xy.StandardXYItemRenderer.shapesFilled
As of 1.0.8, this override should not be used.
|
| org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.shapesFilled
As of 1.0.7.
|
| org.jfree.chart.renderer.category.LineAndShapeRenderer.shapesVisible
As of 1.0.7 (this override flag is unnecessary).
|
| org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.shapesVisible
As of 1.0.7.
|
| org.jfree.chart.renderer.AbstractRenderer.stroke
This field is redundant, you can rely on strokeList and
baseStroke. Deprecated from version 1.0.6 onwards.
|
| org.jfree.chart.renderer.category.AbstractCategoryItemRenderer.toolTipGenerator
This field is redundant and deprecated as of version 1.0.6.
|
| org.jfree.chart.renderer.xy.AbstractXYItemRenderer.toolTipGenerator
This field is redundant, use tooltipGeneratorList and
baseToolTipGenerator instead. Deprecated as of version 1.0.6.
|
| org.jfree.chart.axis.DateTickUnit.unit
As of version 1.0.13, use the unitType field.
|
| org.jfree.data.time.RegularTimePeriod.WORKING_CALENDAR
This was a bad idea, don't use it!
|
| org.jfree.chart.axis.DateTickUnit.YEAR
As of version 1.0.13, use
DateTickUnitType instead. |