hep.analysis.partition
Class ScatterPlotPartitionFactory

java.lang.Object
  |
  +--java.util.Observable
        |
        +--hep.analysis.Partition
              |
              +--hep.analysis.partition.PartitionFactory
                    |
                    +--hep.analysis.partition.ScatterPlotPartitionFactory
All Implemented Interfaces:
OneDFillable, java.io.Serializable, StatisticsProvider, TwoDFillable

public class ScatterPlotPartitionFactory
extends PartitionFactory

See Also:
Serialized Form

Fields inherited from class hep.analysis.Partition
DATE, DELTATIME, DOUBLE, HORIZONTAL_AXIS, INTEGER, m_owner, STRING, VERTICAL_AXIS
 
Constructor Summary
ScatterPlotPartitionFactory()
           
 
Method Summary
 void fill(java.util.Date x, double y)
           
 void fill(double x, double y)
           
 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.PartitionFactory
clear, done, fill, fill, fill, fill, fillW, fillW, fillW, fillW, fillW, fillW, getStatistics
 
Methods inherited from class hep.analysis.Partition
destroy, getStyle, setStyle
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScatterPlotPartitionFactory

public ScatterPlotPartitionFactory()
Method Detail

fill

public void fill(double x,
                 double y)
Overrides:
fill in class PartitionFactory

fill

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

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 Partition