Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionuse
AAxis.getAxisTitle()
and on the resultIAxis.AxisTitle.getTitle()
.this method might be dropped because the painter should be of no concern.useAAxis.getAxisTitle()
and on the resultIAxis.AxisTitle.setTitle(String)
useAAxis.getAxisTitle()
and on the resultIAxis.AxisTitle.setTitlePainter(IAxisTitlePainter)
instead.use
instead.Chart2D.setAxisXBottom(AAxis, int)
use
instead.Chart2D.setAxisYLeft(AAxis, int)
useChart2D.setToolTipType(IToolTipType)
instead.Chart2D.ToolTipType.DATAVALUES
this method is a candidate for wrong behavior when using multiple axes.useIAxis.getAxisTitle()
and on the resultIAxis.AxisTitle.getTitle()
.this method might be dropped because the painter should be of no concern.useIAxis.getAxisTitle()
and on the resultIAxis.AxisTitle.setTitle(String)
useIAxis.getAxisTitle()
and on the resultIAxis.AxisTitle.setTitlePainter(IAxisTitlePainter)
.Replace with Point.getLocationOnScreen(MouseEvent) as soon as jdk 1.6 is used.