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
-
clear()
- Resets the partition to default settings.
-
clearChanges()
-
-
destroy()
- Indicate that this partition is no longer needed.
-
done()
- Called when event loop is finished; should send a final update
of any range and/or data change.
-
getXMax()
-
-
getXMin()
-
-
getYMax()
-
-
getYMin()
-
-
hasChanged()
- Do not call.
-
setSnapshot(boolean)
- Designed for clear() to be called immediately afterwards if
useSnapshot
is true
.
-
startEnumeration()
-
-
startEnumeration(double, double, double, double)
-
destroy
public synchronized void destroy()
- Indicate that this partition is no longer needed.
- Overrides:
- destroy in class Partition
clear
public synchronized void clear()
- Resets the partition to default settings.
- Overrides:
- clear in class Partition
startEnumeration
public synchronized ScatterEnumeration startEnumeration(double xMin,
double xMax,
double yMin,
double yMax)
startEnumeration
public synchronized ScatterEnumeration startEnumeration()
getXMin
public synchronized double getXMin()
getXMax
public synchronized double getXMax()
getYMin
public synchronized double getYMin()
getYMax
public synchronized double getYMax()
clearChanges
public void clearChanges()
hasChanged
public boolean hasChanged()
- Do not call. This method is public because it overrides the method in
Observable
.
- Overrides:
- hasChanged in class Observable
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
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