public class ScatterPlotEvent extends PlotEvent
| Constructor | Description |
|---|---|
ScatterPlotEvent(java.awt.Component source,
PlotState plotState,
int nPotential,
int nIncluded,
int nVisible,
XYStats[] xyStats) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
XYStats[] |
getXYStats() |
Returns an array of the calculated linear correlation statistics
for each set, if correlation calculations were requested.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIncludedPointCount, getPlotState, getPotentialPointCount, getSource, getVisiblePointCountpublic ScatterPlotEvent(java.awt.Component source,
PlotState plotState,
int nPotential,
int nIncluded,
int nVisible,
XYStats[] xyStats)
source - source of this eventplotState - plot state reflected by this change eventnPotential - total number of points availablenIncluded - number of points included in marked subsetsnVisible - number of points actually plottedxyStats - calculated correlation statistics for each set
if applicablepublic XYStats[] getXYStats()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.