Uses of Class
org.das2.graph.DasPlot

Packages that use DasPlot
org.das2.components Provides GUI components for building applications. 
org.das2.dataset Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. 
org.das2.event Classes for adding interactivity to the application components. 
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
org.das2.graph.dnd Contains Transferable classes for implementing the drop and drop in the IDE. 
org.das2.util Utility classes useful for the implementation of other packages, but not necessarily part of any one package. 
 

Uses of DasPlot in org.das2.components
 

Subclasses of DasPlot in org.das2.components
 class AngleSpectrogramSlicer
           
 class HistogramSlicer
           
 class HorizontalSpectrogramSlicer
           
 class VerticalSpectrogramAverager
           
 class VerticalSpectrogramSlicer
           
 

Methods in org.das2.components with parameters of type DasPlot
static VerticalSpectrogramAverager VerticalSpectrogramAverager.createAverager(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
static VerticalSpectrogramSlicer VerticalSpectrogramSlicer.createSlicer(DasPlot plot, DasAxis xAxis, TableDataSetConsumer dataSetConsumer)
           
static AngleSpectrogramSlicer AngleSpectrogramSlicer.createSlicer(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
static HorizontalSpectrogramSlicer HorizontalSpectrogramSlicer.createSlicer(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
static VerticalSpectrogramSlicer VerticalSpectrogramSlicer.createSlicer(DasPlot plot, TableDataSetConsumer dataSetConsumer)
           
 

Constructors in org.das2.components with parameters of type DasPlot
VerticalSpectrogramAverager(DasPlot plot, DasAxis xAxis, DasAxis yAxis)
           
VerticalSpectrogramSlicer(DasPlot parent, DasAxis xAxis, DasAxis yAxis)
           
 

Uses of DasPlot in org.das2.dataset
 

Methods in org.das2.dataset that return DasPlot
static DasPlot DataSetUtil.visualize(DataSet ds)
          Deprecated. use GraphUtil.visualize( ds );
static DasPlot DataSetUtil.visualize(DataSet ds, boolean ylog)
          Deprecated. use GraphUtil.visualize( ds, ylog );
 

Uses of DasPlot in org.das2.event
 

Fields in org.das2.event declared as DasPlot
protected  DasPlot CrossHairRenderer.parent
           
 

Methods in org.das2.event with parameters of type DasPlot
static AngleSlicerMouseModule AngleSlicerMouseModule.create(DasPlot parent)
           
static BoxRangeSelectorMouseModule BoxRangeSelectorMouseModule.create(DasPlot parent)
           
static CrossHairMouseModule CrossHairMouseModule.create(DasPlot parent)
           
static HorizontalDragRangeSelectorMouseModule HorizontalDragRangeSelectorMouseModule.create(DasPlot parent)
           
static HorizontalRangeSelectorMouseModule HorizontalRangeSelectorMouseModule.create(DasPlot parent)
           
static HorizontalSlicerMouseModule HorizontalSlicerMouseModule.create(DasPlot parent)
           
static TimeRangeSelectorMouseModule TimeRangeSelectorMouseModule.create(DasPlot parent)
          Deprecated.  
static VerticalRangeSelectorMouseModule VerticalRangeSelectorMouseModule.create(DasPlot parent)
           
static VerticalSlicerMouseModule VerticalSlicerMouseModule.create(DasPlot parent)
           
static DumpToFileMouseModule DumpToFileMouseModule.create(DasPlot parent, DataSetConsumer dsConsumer)
           
static BoxSelectorMouseModule BoxSelectorMouseModule.create(DasPlot parent, java.lang.String label)
           
 DataPointSelectionListener CutoffMouseModule.getSlicer(DasPlot plot, TableDataSetConsumer consumer)
           
 DataPointSelectionListener PeakDetectorMouseModule.getSlicer(DasPlot plot, TableDataSetConsumer consumer)
           
 

Constructors in org.das2.event with parameters of type DasPlot
AngleSlicerMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
AngleSlicerMouseModule(DasPlot parent, TableDataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
CrossHairMouseModule(DasPlot parent, DasAxis xaxis, DasAxis yaxis)
           
CrossHairMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xAxis, DasAxis yAxis)
           
CrossHairRenderer(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xAxis, DasAxis yAxis)
           
CutoffMouseModule(DasPlot parent, DataSetConsumer consumer)
           
DataPointSelectorMouseModule(DasPlot parent, DataSetConsumer consumer, DragRenderer dragRenderer, java.lang.String label)
           
DisplayDataMouseModule(DasPlot parent)
          Creates a new instance of DisplayDataMouseModule
HorizontalDragRangeSelectorMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis axis)
           
HorizontalSlicerMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
HorizontalSlicerMouseModule(DasPlot parent, TableDataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
PeakDetectorMouseModule(DasPlot parent, DataSetConsumer consumer)
           
RangeAnnotatorMouseModule(DasPlot parent)
           
 

Uses of DasPlot in org.das2.graph
 

Subclasses of DasPlot in org.das2.graph
 class DasEventsIndicator
           
 

Methods in org.das2.graph that return DasPlot
static DasPlot DasPlot.createDummyPlot()
           
static DasPlot DasPlot.createNamedPlot(java.lang.String name)
           
static DasPlot DasPlot.createPlot(DatumRange xrange, DatumRange yrange)
           
 DasPlot Renderer.getParent()
           
static DasPlot GraphUtil.guessPlot(DataSet ds)
           
static DasPlot GraphUtil.newDasPlot(DasCanvas canvas, DatumRange x, DatumRange y)
           
static DasPlot DasPlot.processPlotElement(org.w3c.dom.Element element, FormBase form)
           
static DasPlot GraphUtil.visualize(DataSet ds)
           
static DasPlot GraphUtil.visualize(DataSet ds, boolean ylog)
           
 

Methods in org.das2.graph with parameters of type DasPlot
 java.lang.Object DasSerializeable.processElement(org.w3c.dom.Element element, DasPlot parent, FormBase form)
           
static SymbolLineRenderer SymbolLineRenderer.processLinePlotElement(org.w3c.dom.Element element, DasPlot parent, FormBase form)
           
static SpectrogramRenderer SpectrogramRenderer.processSpectrogramElement(org.w3c.dom.Element element, DasPlot parent, FormBase form)
           
static SpectrogramRenderer StippledTableRenderer.processSpectrogramElement(org.w3c.dom.Element element, DasPlot parent, FormBase form)
           
static Renderer StackedHistogramRenderer.processStackedHistogramElement(org.w3c.dom.Element element, DasPlot parent, FormBase form)
           
 void DasAxis.setPlot(DasPlot p)
           
 

Constructors in org.das2.graph with parameters of type DasPlot
ColumnColumnConnector(DasCanvas parent, DasPlot topPlot, DasRow topRow, DasPlot bottomPlot)
           
DasAnnotation.DatumPairPointDescriptor(DasPlot p, Datum x, Datum y)
           
DasRendererUpdateEvent(DasPlot parent, Renderer r)
          Creates a new instance of DasRendererUpdateEvent
SpectrogramRenderer(DasPlot parent, DataSetDescriptor dsd, DasColorBar colorBar)
          Deprecated. use {link #SpectrogramRenderer(org.das2.dataset.DataSetDescriptor, org.das2.graph.DasColorBar)}
StackedHistogramRenderer(DasPlot parent, DataSetDescriptor dsd, DasAxis zAxis, DasLabelAxis yAxis)
           
StippledTableRenderer(DasPlot parent, DataSetDescriptor dsd)
          Deprecated. use {link #SpectrogramRenderer(org.das2.dataset.DataSetDescriptor, org.das2.graph.DasColorBar)}
 

Uses of DasPlot in org.das2.graph.dnd
 

Constructors in org.das2.graph.dnd with parameters of type DasPlot
TransferableCanvasComponent(DasPlot plot)
           
 

Uses of DasPlot in org.das2.util
 

Methods in org.das2.util with parameters of type DasPlot
 MouseModule GraphicalLogHandler.getShowLogMouseModule(DasPlot plot2)