|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |