jas.swingstudio.adaptor
Class ScatterTreeData

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.util.ObserverAdapter
              |
              +--jas.hist.util.TwoDAdapter
                    |
                    +--jas.hist.util.ScatterAdapter
                          |
                          +--jas.swingstudio.adaptor.ScatterTreeData
All Implemented Interfaces:
DataSource, HasScatterPlotData, HasSlices, HasStatistics, HasStyle, java.util.Observer, Rebinnable2DHistogramData, TreeData

public class ScatterTreeData
extends ScatterAdapter
implements TreeData


Fields inherited from class jas.hist.util.ScatterAdapter
scatter
 
Fields inherited from class jas.hist.util.TwoDAdapter
source
 
Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Method Summary
 TreeItem getItem()
           
 
Methods inherited from class jas.hist.util.ScatterAdapter
hasScatterPlotData, startEnumeration, startEnumeration
 
Methods inherited from class jas.hist.util.TwoDAdapter
addSlice, canAddRemoveSlices, getNSlices, getSlice, getSliceParameters, getStatistics, getStyle, getTitle, getXAxisLabels, getXAxisType, getXBins, getXMax, getXMin, getYAxisLabels, getYAxisType, getYBins, getYMax, getYMin, isRebinnable, rebin, removeSlice, toString
 
Methods inherited from class jas.hist.util.ObserverAdapter
addObserver, clearObservable, deleteObserver, deleteObservers, setObservable, update
 
Methods inherited from class java.util.Observable
clearChanged, countObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jas.hist.Rebinnable2DHistogramData
getXAxisLabels, getXAxisType, getXBins, getXMax, getXMin, getYAxisLabels, getYAxisType, getYBins, getYMax, getYMin, isRebinnable, rebin
 
Methods inherited from interface jas.hist.DataSource
getTitle
 

Method Detail

getItem

public TreeItem getItem()
Specified by:
getItem in interface TreeData