Uses of Class
org.das2.graph.DasAxis

Packages that use DasAxis
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.dataset.test Classes for creating test data sets. 
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 DasAxis in org.das2.components
 

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

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

Uses of DasAxis in org.das2.dataset
 

Methods in org.das2.dataset that return DasAxis
 DasAxis TableDataSetConsumer.getZAxis()
           
 

Uses of DasAxis in org.das2.dataset.test
 

Constructors in org.das2.dataset.test with parameters of type DasAxis
MendelbrotDataSetDescriptor(DasAxis yAxis)
          Creates a new instance of MendelbrotDataSetDescriptor
 

Uses of DasAxis in org.das2.event
 

Fields in org.das2.event declared as DasAxis
protected  DasAxis BoxRangeSelectorMouseModule.xAxis
           
protected  DasAxis CrossHairRenderer.XAxis
           
protected  DasAxis BoxRangeSelectorMouseModule.yAxis
           
protected  DasAxis CrossHairRenderer.YAxis
           
 

Constructors in org.das2.event with parameters of type DasAxis
AngleSlicerMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
AngleSlicerMouseModule(DasPlot parent, TableDataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
BoxRangeSelectorMouseModule(DasCanvasComponent parent, DataSetConsumer consumer, DasAxis xAxis, DasAxis yAxis)
           
BoxSelectorMouseModule(DasCanvasComponent parent, DasAxis xAxis, DasAxis yAxis, DataSetConsumer consumer, DragRenderer dragRenderer, java.lang.String label)
           
BoxZoomMouseModule(DasCanvasComponent parent, DataSetConsumer consumer, DasAxis xAxis, DasAxis yAxis)
          Creates a new instance of BoxZoomMouseModule
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)
           
DumpToFileMouseModule(DasCanvasComponent parent, DataSetConsumer dsConsumer, DasAxis xAxis, DasAxis yAxis)
           
FrequencyDragRenderer(DasCanvasComponent parent, DasAxis axis)
          Creates a new instance of HorizontalFrequencyDragRenderer
HorizontalDragRangeSelectorMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis axis)
           
HorizontalFrequencyDragRenderer(DasCanvasComponent parent, DasAxis axis)
          Creates a new instance of HorizontalFrequencyDragRenderer
HorizontalRangeSelectorMouseModule(DasCanvasComponent parent, DasAxis axis)
           
HorizontalRangeTorsionMouseModule(DasAxis axis)
          Creates a new instance of HorizontalRangeTorsionMouseModule
HorizontalSlicerMouseModule(DasPlot parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
HorizontalSlicerMouseModule(DasPlot parent, TableDataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
LengthDragRenderer(DasCanvasComponent parent, DasAxis xaxis, DasAxis yaxis)
          Creates a new instance of PointSlopeDragRenderer
PointSlopeDragRenderer(DasCanvasComponent parent, DasAxis xaxis, DasAxis yaxis)
          Creates a new instance of PointSlopeDragRenderer
TimeRangeSelectorMouseModule(DasCanvasComponent parent, DasAxis timeAxis)
          Deprecated.  
VerticalRangeSelectorMouseModule(DasCanvasComponent parent, DasAxis axis)
           
VerticalSlicerMouseModule(DasCanvasComponent parent, DataSetConsumer dataSetConsumer, DasAxis xaxis, DasAxis yaxis)
           
ZoomOutMouseModule(DasAxis axis)
          Creates a new instance of ZoomOutMouseModule
ZoomPanMouseModule(DasCanvasComponent parent, DasAxis horizontalAxis, DasAxis verticalAxis)
          Creates a new instance of ZoomPanMouseModule
 

Uses of DasAxis in org.das2.graph
 

Subclasses of DasAxis in org.das2.graph
 class DasColorBar
           
 class DasLabelAxis
           
 

Methods in org.das2.graph that return DasAxis
 DasAxis DasAxis.createAttachedAxis()
           
 DasAxis DasLabelAxis.createAttachedAxis(DasRow row, DasColumn column)
           
 DasAxis DasAxis.createAttachedAxis(int orientation)
          TODO
 DasAxis DasLabelAxis.createAttachedAxis(int orientation)
           
static DasAxis DasAxis.createNamedAxis(java.lang.String name)
          TODO
 DasAxis DataRange.getCreator()
           
 DasAxis DasAxis.getMasterAxis()
          TODO
 DasAxis DasPlot.getXAxis()
           
 DasAxis DasZAxisPlot.getXAxis()
           
 DasAxis DasPlot.getYAxis()
           
 DasAxis DasZAxisPlot.getYAxis()
           
 DasAxis DasZAxisPlot.getZAxis()
          Creates a new instance of DasZAxisPlot
 DasAxis SpectrogramRenderer.getZAxis()
           
 DasAxis StackedHistogramRenderer.getZAxis()
           
static DasAxis GraphUtil.guessXAxis(DataSet ds)
           
static DasAxis GraphUtil.guessYAxis(DataSet dsz)
           
static DasAxis GraphUtil.guessZAxis(DataSet dsz)
           
 

Methods in org.das2.graph with parameters of type DasAxis
 void DasAxis.attachTo(DasAxis axis)
          TODO
static java.awt.geom.AffineTransform GraphUtil.calculateAT(DasAxis xaxis0, DasAxis yaxis0, DasAxis xaxis1, DasAxis yaxis1)
          calculates the AffineTransform between two sets of x and y axes, if possible.
static java.awt.geom.AffineTransform GraphUtil.calculateAT(DatumRange xaxis0, DatumRange yaxis0, DasAxis xaxis1, DasAxis yaxis1)
           
static DasEventsIndicator DasEventsIndicator.create(DataSetDescriptor dsd, DasAxis axis, java.lang.String planeId)
          This method replaces the old constructor.
protected  java.awt.geom.AffineTransform DasPlot.getAffineTransform(DasAxis xAxis, DasAxis yAxis)
           
protected  java.awt.geom.AffineTransform Renderer.getAffineTransform(DasAxis xAxis, DasAxis yAxis)
           
static java.awt.geom.GeneralPath GraphUtil.getPath(DasAxis xAxis, DasAxis yAxis, VectorDataSet xds, boolean histogram)
           
static java.awt.geom.GeneralPath GraphUtil.getPath(DasAxis xAxis, DasAxis yAxis, VectorDataSet xds, VectorDataSet yds, boolean histogram)
           
protected  RebinDescriptor DataLoader.getRebinDescriptor(DasAxis axis)
          convenient method for getting a rebindescriptor with one bin per pixel.
static DatumRange GraphUtil.invTransformRange(DasAxis axis, double x1, double x2)
           
 void ContoursRenderer.render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void CurveRenderer.render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void EventsRenderer.render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void ImageVectorDataSetRenderer.render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void PlotSymbolRenderer.render(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
abstract  void Renderer.render(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
          Render is called whenever the image needs to be refreshed or the content has changed.
 void SeriesRenderer.render(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void SpectrogramRenderer.render(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void StackedHistogramRenderer.render(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void StippledTableRenderer.render(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void SymbolLineRenderer.render(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void TickCurveRenderer.render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 void ZDeformRenderer.render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
protected  void Renderer.renderException(java.awt.Graphics g, DasAxis xAxis, DasAxis yAxis, java.lang.Exception e)
           
 void DasPlot.setXAxis(DasAxis xAxis)
           
 void DasPlot.setYAxis(DasAxis yAxis)
          Attaches a new axis to the plot.
 void StackedHistogramRenderer.setYAxis(DasAxis yAxis)
           
 void DasZAxisPlot.setZAxis(DasAxis zAxis)
           
 void StackedHistogramRenderer.setZAxis(DasAxis zAxis)
           
static double[] GraphUtil.transformRange(DasAxis axis, DatumRange range)
          returns pixel range of the datum range, guarenteeing that the first element will be less than or equal to the second.
 void ContoursRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
           
 void CurveRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
           
 void ImageVectorDataSetRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
           
 void Renderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
          updatePlotImage is called once the expensive operation of loading the data is completed.
 void SeriesRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
          do the same as updatePlotImage, but use AffineTransform to implement axis transform.
 void SpectrogramRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
           
 void StackedHistogramRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis_1, ProgressMonitor monitor)
           
 void StippledTableRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
           
 void SymbolLineRenderer.updatePlotImage(DasAxis xAxis, DasAxis yAxis, ProgressMonitor monitor)
           
 

Constructors in org.das2.graph with parameters of type DasAxis
DasEventsIndicator(DataSetDescriptor dsd, DasAxis axis, DasAxis yAxis, java.lang.String planeId)
          Creates a new instance of DasEventsIndicator
DasPlot(DasAxis xAxis, DasAxis yAxis)
           
DataRange(DasAxis parent, Datum min, Datum max, boolean log)
           
StackedHistogramRenderer(DasPlot parent, DataSetDescriptor dsd, DasAxis zAxis, DasLabelAxis yAxis)
           
 

Uses of DasAxis in org.das2.graph.dnd
 

Constructors in org.das2.graph.dnd with parameters of type DasAxis
TransferableCanvasComponent(DasAxis axis)
           
 

Uses of DasAxis in org.das2.util
 

Methods in org.das2.util with parameters of type DasAxis
 void GraphicalLogHandler.LogRenderer.render(java.awt.Graphics g1, DasAxis xAxis, DasAxis yAxis, ProgressMonitor mon)
           
 

Constructors in org.das2.util with parameters of type DasAxis
AxisAutoRangeController(DasAxis xAxis, DasAxis yAxis, DasAxis zAxis, DataSetDescriptor dsd)