All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.ScatterPlotPartition

java.lang.Object
   |
   +----java.util.Observable
           |
           +----hep.analysis.Partition
                   |
                   +----hep.analysis.ScatterPlotPartition

public final class ScatterPlotPartition
extends Partition

Method Index

 o clear()
Resets the partition to default settings.
 o clearChanges()
 o destroy()
Indicate that this partition is no longer needed.
 o done()
Called when event loop is finished; should send a final update of any range and/or data change.
 o getXMax()
 o getXMin()
 o getYMax()
 o getYMin()
 o hasChanged()
Do not call.
 o setSnapshot(boolean)
Designed for clear() to be called immediately afterwards if useSnapshot is true.
 o startEnumeration()
 o startEnumeration(double, double, double, double)

Methods

 o destroy
 public synchronized void destroy()
Indicate that this partition is no longer needed.

Overrides:
destroy in class Partition
 o clear
 public synchronized void clear()
Resets the partition to default settings.

Overrides:
clear in class Partition
 o startEnumeration
 public synchronized ScatterEnumeration startEnumeration(double xMin,
                                                         double xMax,
                                                         double yMin,
                                                         double yMax)
 o startEnumeration
 public synchronized ScatterEnumeration startEnumeration()
 o getXMin
 public synchronized double getXMin()
 o getXMax
 public synchronized double getXMax()
 o getYMin
 public synchronized double getYMin()
 o getYMax
 public synchronized double getYMax()
 o clearChanges
 public void clearChanges()
 o hasChanged
 public boolean hasChanged()
Do not call. This method is public because it overrides the method in Observable.

Overrides:
hasChanged in class Observable
 o done
 public void done()
Called when event loop is finished; should send a final update of any range and/or data change.

Overrides:
done in class Partition
 o setSnapshot
 public synchronized void setSnapshot(boolean useSnapshot)
Designed for clear() to be called immediately afterwards if useSnapshot is true.

Overrides:
setSnapshot in class Partition

All Packages  Class Hierarchy  This Package  Previous  Next  Index