info.monitorenter.util.UIUtil.getLocationOnScreen(MouseEvent)
Replace with Point.getLocationOnScreen(MouseEvent) as soon as
jdk 1.6 is used.
|
info.monitorenter.gui.chart.IAxis.getTitle()
|
info.monitorenter.gui.chart.axis.AAxis.getTitle()
|
info.monitorenter.gui.chart.IAxis.getTitlePainter()
this method might be dropped because the painter should be of
no concern.
|
info.monitorenter.gui.chart.axis.AAxis.getTitlePainter()
this method might be dropped because the painter should be of
no concern.
|
info.monitorenter.gui.chart.Chart2D.repaint()
|
info.monitorenter.gui.chart.Chart2D.repaint(int, int, int, int)
|
info.monitorenter.gui.chart.Chart2D.repaint(long)
|
info.monitorenter.gui.chart.Chart2D.repaint(long, int, int, int, int)
|
info.monitorenter.gui.chart.Chart2D.repaint(Rectangle)
|
info.monitorenter.gui.chart.Chart2D.setAxisX(AAxis>)
|
info.monitorenter.gui.chart.Chart2D.setAxisY(AAxis>)
|
info.monitorenter.gui.chart.IAxis.setTitle(String)
|
info.monitorenter.gui.chart.axis.AAxis.setTitle(String)
|
info.monitorenter.gui.chart.IAxis.setTitlePainter(IAxisTitlePainter)
|
info.monitorenter.gui.chart.axis.AAxis.setTitlePainter(IAxisTitlePainter)
use AAxis.getAxisTitle() and on the result
IAxis.AxisTitle#setTitlePainter(IAxisTitlePainter)
instead.
|
info.monitorenter.gui.chart.Chart2D.setToolTipCoords(boolean)
|
info.monitorenter.gui.chart.Chart2D.translateMousePosition(MouseEvent)
this method is a candidate for wrong behavior when using
multiple axes.
|