public class ScatterPlotEvent extends PlotEvent
| Constructor and Description | 
|---|
ScatterPlotEvent(Component source,
                PlotState plotState,
                int nPotential,
                int nIncluded,
                int nVisible,
                XYStats[] xyStats)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
XYStats[] | 
getXYStats()
Returns an array of the calculated linear correlation statistics 
 for each set, if correlation calculations were requested. 
 | 
getIncludedPointCount, getPlotState, getPotentialPointCount, getSource, getVisiblePointCountpublic ScatterPlotEvent(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 © 2025 Central Laboratory of the Research Councils. All Rights Reserved.