public class DensityPlotEvent extends PlotEvent
| Constructor and Description |
|---|
DensityPlotEvent(Component source,
DensityPlotState plotState,
int nPotential,
int nIncluded,
int nVisible,
double[] loCuts,
double[] hiCuts)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getHiCuts()
Returns upper cut values for the channels plotted.
|
double[] |
getLoCuts()
Returns lower cut values for the channels plotted.
|
getIncludedPointCount, getPlotState, getPotentialPointCount, getSource, getVisiblePointCountpublic DensityPlotEvent(Component source, DensityPlotState plotState, int nPotential, int nIncluded, int nVisible, double[] loCuts, double[] hiCuts)
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 plottedloCuts - nchannel-element array of lower bin cut levelshiCuts - nchannel-element array of upper bin cut levelspublic double[] getLoCuts()
public double[] getHiCuts()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.