Deprecated Methods |
org.das2.graph.DasAxis.areTickLabelsVisible()
use isTickLabelsVisible |
org.das2.DasApplication.createMainFrame()
use createMainFrame(String title) |
org.das2.DasApplication.createMainFrame(Container)
use createMainFrame( String title, Container container ); |
org.das2.graph.DasColumn.createSubColumn(double, double)
This created a column that was not attached to anything, so
it was simply a convenience method that didn't save much effort. |
org.das2.graph.DasRow.createSubRow(double, double)
This created a row that was not attached to anything, so
it was simply a convenience method that didn't save much effort. |
org.das2.components.DataPointRecorder.getDataSetDescriptor()
use getDataSet() and getSelectedDataSet() instead |
org.das2.graph.AttachedLabel.getDevicePosition()
It's not clear how this should be used, and it does not appear to be used within dasCore and dasApps. |
org.das2.event.MouseModule.getHotSpots()
No longer supported |
org.das2.util.filesystem.WebFileSystem.getLocalRootAbsPath()
use getLocalRoot().getAbsolutePath() |
org.das2.DasApplication.getLogger(LoggerId)
use DasLogger.getLogger( LoggerId ) |
org.das2.graph.DasAxis.getMaxLabelWidth(FontMetrics)
use getMaxLabelWidth() |
org.das2.graph.DasCanvasComponent.getMouseAdapter()
use getDasMouseInputAdapter instead |
org.das2.event.DasMouseInputAdapter.getPrimaryModuleLabel()
use getPrimaryModuleByLabel |
org.das2.graph.DasAxis.getRange()
use getDatumRange instead. |
org.das2.event.DasMouseInputAdapter.getSecondaryModuleLabel()
use getSecondaryModuleByLabel |
org.das2.event.BoxSelectionEvent.getXMaximum()
use getXRange().max(); |
org.das2.event.BoxSelectionEvent.getXMinimum()
use getXRange().min(); |
org.das2.event.BoxSelectionEvent.getYMaximum()
use getYRange().max(); |
org.das2.event.BoxSelectionEvent.getYMinimum()
use getYRange().min(); |
org.das2.datum.Datum.isValid()
Use isFinite instead, or getValue. |
org.das2.components.DasProgressPanel.setAdditionalInfo(String)
|
org.das2.util.monitor.NullProgressMonitor.setAdditionalInfo(String)
|
org.das2.util.monitor.ProgressMonitor.setAdditionalInfo(String)
setProgressMessage should be used by the service provider
to indicate how the process is being implemented. |
org.das2.util.monitor.SubTaskMonitor.setAdditionalInfo(String)
|
org.das2.util.GrannyTextRenderer.setString(Component, String)
use setString( Graphics g, String str ) instead. |
org.das2.dataset.DataSetUtil.visualize(DataSet)
use GraphUtil.visualize( ds ); |
org.das2.dataset.DataSetUtil.visualize(DataSet, boolean)
use GraphUtil.visualize( ds, ylog ); |
Deprecated Constructors |
org.das2.event.BoxSelectionEvent(Object, Datum, Datum, Datum, Datum)
use BoxSelectionEvent( Object, DatumRange, DatumRange ); |
org.das2.dataset.DataSetUpdateEvent(DataSetDescriptor)
use {link
#DataSetUpdateEvent(Object)} |
org.das2.dataset.DataSetUpdateEvent(DataSetDescriptor, DataSet)
use {link
#DataSetUpdateEvent(Object,DataSet); |
org.das2.dataset.DataSetUpdateEvent(DataSetDescriptor, Exception)
use {link
#DataSetUpdateEvent(Object,Exception); |
org.das2.graph.SpectrogramRenderer(DasPlot, DataSetDescriptor, DasColorBar)
use {link
#SpectrogramRenderer(org.das2.dataset.DataSetDescriptor,
org.das2.graph.DasColorBar)} |
org.das2.graph.StippledTableRenderer(DasPlot, DataSetDescriptor)
use {link
#SpectrogramRenderer(org.das2.dataset.DataSetDescriptor,
org.das2.graph.DasColorBar)} |
org.das2.graph.SymbolLineRenderer(DataSet)
use SymbolLineRenderer() and setDataSet() instead. Note that
behavior may be slightly different since a DataLoader is created. |
org.das2.graph.SymbolLineRenderer(DataSetDescriptor)
use SymbolLineRenderer() and setDataSetDescriptor() instead. |