|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--hep.analysis.Partition | +--hep.analysis.partition.PartitionFactory | +--hep.analysis.partition.ScatterPlotPartitionFactory
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 |
public ScatterPlotPartitionFactory()
Method Detail |
public void fill(double x, double y)
fill
in class PartitionFactory
public void fill(java.util.Date x, double y)
fill
in class PartitionFactory
public Partition makeCopy()
Partition
makeCopy
in class Partition
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |