hep.analysis.partition
Class ScatterPlotDatePartition

java.lang.Object
  |
  +--java.util.Observable
        |
        +--hep.analysis.Partition
              |
              +--hep.analysis.partition.Abstract2DPartition
                    |
                    +--hep.analysis.partition.Simple2DPartition
                          |
                          +--hep.analysis.partition.ScatterPlotPartition
                                |
                                +--hep.analysis.partition.ScatterPlotDatePartition
All Implemented Interfaces:
OneDFillable, ScatterDataSource, java.io.Serializable, StatisticsProvider, TwoDDataSource, TwoDFillable

public class ScatterPlotDatePartition
extends ScatterPlotPartition

See Also:
Serialized Form

Fields inherited from class hep.analysis.partition.Abstract2DPartition
m_dataChanged, m_dataFinalChangedNotificationSent, m_dataNotificationSent, m_rangeFinalChangedNotificationSent, m_xAxisChanged, m_xAxisNotificationSent, m_yAxisChanged, m_yAxisNotificationSent
 
Fields inherited from class hep.analysis.Partition
DATE, DELTATIME, DOUBLE, HORIZONTAL_AXIS, INTEGER, m_owner, STRING, VERTICAL_AXIS
 
Constructor Summary
ScatterPlotDatePartition()
           
ScatterPlotDatePartition(java.util.Date xMin, java.util.Date xMax, double yMin, double yMax)
           
 
Method Summary
 void fill(java.util.Date x, double y)
           
 void fill(double x, double v)
           
 int getXAxisType()
          Get the axis type
 Partition makeCopy()
          Make a copy of this partition, maintaining the partition class and initial state, but not the data stored in the partition.
 
Methods inherited from class hep.analysis.partition.ScatterPlotPartition
createStorer, hasScatterPlotData, startEnumeration, startEnumeration
 
Methods inherited from class hep.analysis.partition.Simple2DPartition
clear, fillW, getBins, getMinusErrors, getNumberOfXBins, getNumberOfYBins, getPlusErrors, getStatistics, getXAxisLabels, getXMax, getXMin, getYAxisLabels, getYMax, getYMin, hasAsymmetricErrorBars, hasSimpleQuadraticErrorBars, isRebinnable, setXBinning, setYBinning
 
Methods inherited from class hep.analysis.partition.Abstract2DPartition
clearChanges, clearDataChanged, done, fill, fill, fill, fill, fillW, fillW, fillW, fillW, fillW, getBin, getRangeChangeListener, getYAxisType, notifyObservers, setBothRangesChanged, setDataAndRangeChangedNow, setDataChanged, setXRangeChanged, setYRangeChanged
 
Methods inherited from class hep.analysis.Partition
destroy, getStyle, setStyle
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.analysis.partition.TwoDDataSource
getBins, getMinusErrors, getPlusErrors, getXAxisLabels, getXMax, getXMin, getYAxisLabels, getYAxisType, getYMax, getYMin, hasAsymmetricErrorBars, hasSimpleQuadraticErrorBars, isRebinnable, setXBinning, setYBinning
 

Constructor Detail

ScatterPlotDatePartition

public ScatterPlotDatePartition()

ScatterPlotDatePartition

public ScatterPlotDatePartition(java.util.Date xMin,
                                java.util.Date xMax,
                                double yMin,
                                double yMax)
Method Detail

fill

public void fill(java.util.Date x,
                 double y)
Overrides:
fill in class Abstract2DPartition

fill

public void fill(double x,
                 double v)
Overrides:
fill in class Simple2DPartition

getXAxisType

public int getXAxisType()
Description copied from class: Abstract2DPartition
Get the axis type
Overrides:
getXAxisType in class Abstract2DPartition

makeCopy

public Partition makeCopy()
Description copied from class: Partition
Make a copy of this partition, maintaining the partition class and initial state, but not the data stored in the partition.
Overrides:
makeCopy in class ScatterPlotPartition