org.das2.graph
Interface DasZAxisPlot

All Superinterfaces:
DataSetConsumer, TableDataSetConsumer

public interface DasZAxisPlot
extends TableDataSetConsumer


Method Summary
 DataSet getDataSet()
           
 DasAxis getXAxis()
           
 DasAxis getYAxis()
           
 DasAxis getZAxis()
          Creates a new instance of DasZAxisPlot
 void setZAxis(DasAxis zAxis)
           
 
Methods inherited from interface org.das2.dataset.DataSetConsumer
getConsumedDataSet
 

Method Detail

getZAxis

DasAxis getZAxis()
Creates a new instance of DasZAxisPlot

Specified by:
getZAxis in interface TableDataSetConsumer

getYAxis

DasAxis getYAxis()

getXAxis

DasAxis getXAxis()

getDataSet

DataSet getDataSet()

setZAxis

void setZAxis(DasAxis zAxis)